diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00fe464..3a0e4d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -47,7 +47,6 @@ check_include_file(unistd.h Z_HAVE_UNISTD_H) | |||
47 | if(MSVC) | 47 | if(MSVC) |
48 | add_definitions(-D_CRT_SECURE_NO_DEPRECATE) | 48 | add_definitions(-D_CRT_SECURE_NO_DEPRECATE) |
49 | add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) | 49 | add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) |
50 | include_directories(${zlib_SOURCE_DIR}) | ||
51 | endif() | 50 | endif() |
52 | 51 | ||
53 | set(ZLIB_PC ${zlib_BINARY_DIR}/zlib.pc) | 52 | set(ZLIB_PC ${zlib_BINARY_DIR}/zlib.pc) |