diff options
| author | Mark Adler <git@madler.net> | 2026-02-16 02:17:43 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-16 02:25:37 -0800 |
| commit | 80165723eb5368c06110959aba08f50f4b9c421d (patch) | |
| tree | 1735e9abdb0b2d801ca8d84a4c20aa1d4843bcf1 | |
| parent | fa5ea47e620785e68a9c3bb294f8a0523e98780d (diff) | |
| download | zlib-80165723eb5368c06110959aba08f50f4b9c421d.tar.gz zlib-80165723eb5368c06110959aba08f50f4b9c421d.tar.bz2 zlib-80165723eb5368c06110959aba08f50f4b9c421d.zip | |
Adjust cmake defaults.
| -rw-r--r-- | contrib/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | contrib/minizip/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 4c7bc688..2d358bf4 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt | |||
| @@ -43,7 +43,7 @@ zlib_add_contrib_feature("GVMAT64" | |||
| 43 | gcc_gvmat64) | 43 | gcc_gvmat64) |
| 44 | 44 | ||
| 45 | zlib_add_contrib_feature(INFBACK9 "with support for method 9 deflate" infback9) | 45 | zlib_add_contrib_feature(INFBACK9 "with support for method 9 deflate" infback9) |
| 46 | zlib_add_contrib_feature(CRC32VX "with S390X-CRC32VX implementation" crc32vx On) | 46 | zlib_add_contrib_feature(CRC32VX "with S390X-CRC32VX implementation" crc32vx) |
| 47 | zlib_add_contrib_lib(ADA "Ada bindings" ada) | 47 | zlib_add_contrib_lib(ADA "Ada bindings" ada) |
| 48 | zlib_add_contrib_lib(BLAST "blast binary" blast) | 48 | zlib_add_contrib_lib(BLAST "blast binary" blast) |
| 49 | zlib_add_contrib_lib(IOSTREAM3 "IOStream C++ bindings V3" iostream3) | 49 | zlib_add_contrib_lib(IOSTREAM3 "IOStream C++ bindings V3" iostream3) |
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index e394a6cf..80ccf990 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
| @@ -36,7 +36,7 @@ endif(ZLIB_BUILD_MINIZIP) | |||
| 36 | option(MINIZIP_BUILD_SHARED "Enable building minizip shared library" ON) | 36 | option(MINIZIP_BUILD_SHARED "Enable building minizip shared library" ON) |
| 37 | option(MINIZIP_BUILD_STATIC "Enable building minizip static library" ON) | 37 | option(MINIZIP_BUILD_STATIC "Enable building minizip static library" ON) |
| 38 | option(MINIZIP_BUILD_TESTING "Enable testing of minizip" ON) | 38 | option(MINIZIP_BUILD_TESTING "Enable testing of minizip" ON) |
| 39 | option(MINIZIP_ENABLE_BZIP2 "Build minizip with bzip2 support" ON) | 39 | option(MINIZIP_ENABLE_BZIP2 "Build minizip with bzip2 support" OFF) |
| 40 | option(MINIZIP_INSTALL "Enable installation of minizip" ON) | 40 | option(MINIZIP_INSTALL "Enable installation of minizip" ON) |
| 41 | 41 | ||
| 42 | include(CheckCSourceCompiles) | 42 | include(CheckCSourceCompiles) |
