Skip to content

Commit

Permalink
Land #185, fix MINGW and CYGWIN builds with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Apr 9, 2016
2 parents 34bf322 + 177e131 commit 9a98de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "HP-UX")
set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread)
endif()

if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin" OR MSVC))
if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC))
set(BUILD_SHARED true)
endif()

Expand Down

0 comments on commit 9a98de6

Please sign in to comment.