diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-05 13:17:14 +0100 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
| commit | fd00a948388c9926f6caecdb72bccbfcb0ea29e0 (patch) | |
| tree | 75e2122c3c1c974e515e41332f9500f3224737f4 /CMakeLists.txt | |
| parent | b74d77a0ddb89b244e80fc61cebe8a032146c950 (diff) | |
| download | zlib-fd00a948388c9926f6caecdb72bccbfcb0ea29e0.tar.gz zlib-fd00a948388c9926f6caecdb72bccbfcb0ea29e0.tar.bz2 zlib-fd00a948388c9926f6caecdb72bccbfcb0ea29e0.zip | |
CMake: Disable MinGW and Cygwin tests.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b160fcf..c5ca7136 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -191,7 +191,7 @@ if(ZLIB_INSTALL_LIBRARIES) | |||
| 191 | COMPONENT Development | 191 | COMPONENT Development |
| 192 | RENAME libz.dll.a | 192 | RENAME libz.dll.a |
| 193 | DESTINATION "${CMAKE_INSTALL_LIBDIR}") | 193 | DESTINATION "${CMAKE_INSTALL_LIBDIR}") |
| 194 | endif(ZLIB_INSTALL_COMPAT_DLL) | 194 | endif(ZLIB_INSTALL_COMPAT_DLL AND MINGW) |
| 195 | 195 | ||
| 196 | endif(ZLIB_BUILD_STATIC) | 196 | endif(ZLIB_BUILD_STATIC) |
| 197 | 197 | ||
