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 7e13ed7..a67405a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -280,7 +280,7 @@ else()
280 set(OPENSSL_LIBS tls ssl crypto) 280 set(OPENSSL_LIBS tls ssl crypto)
281endif() 281endif()
282 282
283if(CMAKE_HOST_WIN32) 283if(WIN32)
284 set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) 284 set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32)
285endif() 285endif()
286if(CMAKE_SYSTEM_NAME MATCHES "Linux") 286if(CMAKE_SYSTEM_NAME MATCHES "Linux")