aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-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