diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-11 09:09:45 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
commit | cff14d5dc3963afa2328767e932edc4466a32fb1 (patch) | |
tree | 25ea43db0fe1ad7e162bd41f4cf5a235592bf7b5 | |
parent | 82665659ad0fffd3a14631556141b68b9303aaa7 (diff) | |
download | zlib-cff14d5dc3963afa2328767e932edc4466a32fb1.tar.gz zlib-cff14d5dc3963afa2328767e932edc4466a32fb1.tar.bz2 zlib-cff14d5dc3963afa2328767e932edc4466a32fb1.zip |
CMake: Use the full version number.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d2bfb..66aa96e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -167,7 +167,7 @@ if(ZLIB_BUILD_SHARED) | |||
167 | $<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_DEPRECATE> | 167 | $<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_DEPRECATE> |
168 | PUBLIC | 168 | PUBLIC |
169 | $<$<BOOL:${HAVE_OFF64_T}>:_LARGEFILE64_SOURCE=1>) | 169 | $<$<BOOL:${HAVE_OFF64_T}>:_LARGEFILE64_SOURCE=1>) |
170 | set(INSTALL_VERSION ${zlib_VERSION_MAJOR}) | 170 | set(INSTALL_VERSION ${zlib_VERSION}) |
171 | 171 | ||
172 | if(NOT CYGWIN) | 172 | if(NOT CYGWIN) |
173 | set_target_properties(zlib PROPERTIES | 173 | set_target_properties(zlib PROPERTIES |