Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #123 from thopiekar/patch-1
Browse files Browse the repository at this point in the history
zlib: Use URL pointing to the archive
  • Loading branch information
jellespijker authored Mar 28, 2022
2 parents 3193c86 + c4cf685 commit 0173c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/zlib.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if(BUILD_OS_OSX OR BUILD_OS_LINUX)
ExternalProject_Add(zlib
URL https://www.zlib.net/zlib-1.2.11.tar.gz
URL https://www.zlib.net/fossils/zlib-1.2.11.tar.gz
URL_HASH SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
CONFIGURE_COMMAND ./configure --64 --prefix=${CMAKE_INSTALL_PREFIX}
BUILD_COMMAND make
Expand Down

0 comments on commit 0173c3c

Please sign in to comment.