aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 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)
192endif() 192endif()
193 193
194if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR MSVC)) 194if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC))
195 set(BUILD_SHARED true) 195 set(BUILD_SHARED true)
196endif() 196endif()
197 197