mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:59:07 +08:00
11 lines
306 B
Diff
11 lines
306 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -409,6 +409,7 @@
|
|
if(GDCM_USE_SYSTEM_ZLIB)
|
|
# If user say so, then this is a requirement !
|
|
find_package(ZLIB REQUIRED)
|
|
+ include_directories(${ZLIB_INCLUDE_DIR})
|
|
set(GDCM_ZLIB_LIBRARIES ${ZLIB_LIBRARIES})
|
|
else()
|
|
set(GDCM_ZLIB_LIBRARIES "gdcmzlib")
|