Skip to content

Commit 4456076

Browse files
authored
Update IXWebSocket.cmake
1 parent c60d60e commit 4456076

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/IXWebSocket.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ endif()
1414
include(Zlib-ng)
1515
if(NOT WIN32)
1616
include(OpenSSL)
17-
declare_option(REPOSITORY IXWebSocket OPTION USE_TLS VALUE OFF)
18-
else()
1917
declare_option(REPOSITORY IXWebSocket OPTION USE_TLS VALUE ON)
2018
declare_option(REPOSITORY IXWebSocket OPTION USE_OPEN_SSL VALUE ON)
19+
20+
else()
21+
declare_option(REPOSITORY IXWebSocket OPTION USE_TLS VALUE OFF)
2122
endif()
2223
declare_option(REPOSITORY IXWebSocket OPTION USE_ZLIB VALUE ON)
2324
declare_option(REPOSITORY IXWebSocket OPTION USE_WS VALUE OFF)

0 commit comments

Comments
 (0)