diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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() |
173 | endif() | 173 | endif() |
174 | 174 | ||
175 | if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR MSVC)) | 175 | if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC)) |
176 | set(BUILD_SHARED true) | 176 | set(BUILD_SHARED true) |
177 | endif() | 177 | endif() |
178 | 178 | ||