Skip to content

Commit

Permalink
Fix src/CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Mar 24, 2020
1 parent 69036fe commit 94ee0ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(UWSC_USE_OPENSSL "Force select OpenSSL" OFF)
option(UWSC_USE_WOLFSSL "Force select WolfSSL(CyaSSL)" OFF)
option(UWSC_USE_MBEDTLS "Force select MbedTLS(PolarSSL)" OFF)

set(SSL_NAME OFF)
set(SSL_NAME "")
set(UWSC_HAVE_OPENSSL_CONFIG 0)
set(UWSC_HAVE_WOLFSSL_CONFIG 0)
set(UWSC_HAVE_MBEDTLS_CONFIG 0)
Expand Down Expand Up @@ -81,7 +81,6 @@ else()
list(APPEND EXTRA_LIBS ${SSL_LIB})
message(STATUS "Select ${SSL_NAME} as the SSL backend")
else()
set(SSL_NAME OFF)
set(UWSC_SSL_SUPPORT_CONFIG 0)
endif()
endif()
Expand Down

0 comments on commit 94ee0ff

Please sign in to comment.