diff options
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 e782e38..14a1ae1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -191,7 +191,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") | |||
191 | set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) | 191 | set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) |
192 | endif() | 192 | endif() |
193 | 193 | ||
194 | if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR MSVC)) | 194 | if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC)) |
195 | set(BUILD_SHARED true) | 195 | set(BUILD_SHARED true) |
196 | endif() | 196 | endif() |
197 | 197 | ||