diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9e9620..4785e1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -47,6 +47,8 @@ include(CheckTypeSize) | |||
47 | include(CPack) | 47 | include(CPack) |
48 | include(GNUInstallDirs) | 48 | include(GNUInstallDirs) |
49 | 49 | ||
50 | set(CPACK_INCLUDED TRUE) | ||
51 | |||
50 | if(NOT ZLIB_CONF_WRITTEN) | 52 | if(NOT ZLIB_CONF_WRITTEN) |
51 | set(Z_PREFIX ${ZLIB_PREFIX}) | 53 | set(Z_PREFIX ${ZLIB_PREFIX}) |
52 | set(CONF_OUT_FILE ${zlib_BINARY_DIR}/zconf.h.cmakein) | 54 | set(CONF_OUT_FILE ${zlib_BINARY_DIR}/zconf.h.cmakein) |