Skip to content

Commit

Permalink
CMakeLists.txt: update zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jan 23, 2017
1 parent f48b484 commit 9b152f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ endif()

if (DOWNLOAD_ZLIB)
ExternalProject_Add(zlib
URL "http://zlib.net/zlib-1.2.10.tar.gz"
URL_MD5 d9794246f853d15ce0fcbf79b9a3cf13
URL "http://zlib.net/zlib-1.2.11.tar.gz"
URL_HASH ALGO=SHA256 c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
DOWNLOAD_DIR ${thirdparty_dir}
SOURCE_DIR ${thirdparty_dir}/zlib
BINARY_DIR ${CMAKE_BINARY_DIR}/zlib
Expand Down

0 comments on commit 9b152f6

Please sign in to comment.