aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 710d8a9..c6ec681 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -172,7 +172,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
172 endif() 172 endif()
173endif() 173endif()
174 174
175if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR MSVC)) 175if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC))
176 set(BUILD_SHARED true) 176 set(BUILD_SHARED true)
177endif() 177endif()
178 178