aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/zlib.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/external/zlib.cmake')
-rw-r--r--cmake/external/zlib.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/external/zlib.cmake b/cmake/external/zlib.cmake
index 3206f77..70efa6b 100644
--- a/cmake/external/zlib.cmake
+++ b/cmake/external/zlib.cmake
@@ -33,7 +33,7 @@ ExternalProject_Add(
URL https://github.com/madler/zlib/archive/v1.2.11.tar.gz
URL_HASH SHA256=629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff
- PREFIX ${PROJECT_BINARY_DIR}/external/zlib
+ PREFIX ${PROJECT_BINARY_DIR}
CMAKE_ARGS
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}