Skip to content

Commit

Permalink
fix CMakeLists.txt syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jan 23, 2017
1 parent 9b152f6 commit 39f4485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif()
if (DOWNLOAD_ZLIB)
ExternalProject_Add(zlib
URL "http://zlib.net/zlib-1.2.11.tar.gz"
URL_HASH ALGO=SHA256 c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
URL_HASH SHA256=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
DOWNLOAD_DIR ${thirdparty_dir}
SOURCE_DIR ${thirdparty_dir}/zlib
BINARY_DIR ${CMAKE_BINARY_DIR}/zlib
Expand Down

0 comments on commit 39f4485

Please sign in to comment.