diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-31 13:13:14 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 20:02:26 -0800 |
commit | 10a12ec427cca2b701648f6722a8875f6e67dd01 (patch) | |
tree | 9f90416de41efd2a879effa74d90c302f14d74c4 | |
parent | abf7487d6c3dd12dde50bd54489cfc99cef59770 (diff) | |
download | zlib-10a12ec427cca2b701648f6722a8875f6e67dd01.tar.gz zlib-10a12ec427cca2b701648f6722a8875f6e67dd01.tar.bz2 zlib-10a12ec427cca2b701648f6722a8875f6e67dd01.zip |
CMake: Correct wording for minizip options.
-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) |