aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2024-12-05 13:17:14 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-01-31 19:59:10 -0800
commitfd00a948388c9926f6caecdb72bccbfcb0ea29e0 (patch)
tree75e2122c3c1c974e515e41332f9500f3224737f4 /CMakeLists.txt
parentb74d77a0ddb89b244e80fc61cebe8a032146c950 (diff)
downloadzlib-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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b160fc..c5ca713 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