diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index c4b425a..fd43e82 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -22,8 +22,8 @@ set(CPACK_RESOURCE_FILE_README ${minizip_SOURCE_DIR}/MiniZip64_info.txt) | |||
22 | #============================================================================ | 22 | #============================================================================ |
23 | # configuration | 23 | # configuration |
24 | #============================================================================ | 24 | #============================================================================ |
25 | option(MINIZIP_BUILD_SHARED "Enable building zlib shared library" ON) | 25 | option(MINIZIP_BUILD_SHARED "Enable building minizip shared library" ON) |
26 | option(MINIZIP_BUILD_STATIC "Enable building zlib static library" ON) | 26 | option(MINIZIP_BUILD_STATIC "Enable building minizip static library" ON) |
27 | option(MINIZIP_BUILD_TESTING "Enable testing of minizip" ON) | 27 | option(MINIZIP_BUILD_TESTING "Enable testing of minizip" ON) |
28 | option(MINIZIP_ENABLE_BZIP2 "Build minizip withj bzip2 support" ON) | 28 | option(MINIZIP_ENABLE_BZIP2 "Build minizip withj bzip2 support" ON) |
29 | option(MINIZIP_INSTALL "Enable installation of minizip" ON) | 29 | option(MINIZIP_INSTALL "Enable installation of minizip" ON) |