diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index 2cf23d2..68aeed5 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -39,6 +39,10 @@ include(CMakePackageConfigHelpers) | |||
39 | include(CheckTypeSize) | 39 | include(CheckTypeSize) |
40 | include(GNUInstallDirs) | 40 | include(GNUInstallDirs) |
41 | 41 | ||
42 | if(NOT CPACK_INCLUDED) | ||
43 | include(CPack) | ||
44 | endif(NOT CPACK_INCLUDED) | ||
45 | |||
42 | if(MINIZIP_ENABLE_BZIP2) | 46 | if(MINIZIP_ENABLE_BZIP2) |
43 | find_package(BZip2) | 47 | find_package(BZip2) |
44 | endif(MINIZIP_ENABLE_BZIP2) | 48 | endif(MINIZIP_ENABLE_BZIP2) |