Don't enable SSL by default

This commit is contained in:
Fred Nicolson 2019-05-03 23:25:53 +01:00 committed by GitHub
parent 32767786af
commit 52ff3c6e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ set(FRNETLIB_LINK_LIBRARIES "")
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules) set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules)
#User options #User options
option(USE_SSL "Enable SSL support" ON) option(USE_SSL "Enable SSL support" OFF)
option(BUILD_EXAMPLES "Build frnetlib examples" ON) option(BUILD_EXAMPLES "Build frnetlib examples" ON)
option(BUILD_TESTS "Build frnetlib tests" ON) option(BUILD_TESTS "Build frnetlib tests" ON)
option(BUILD_WEBSOCK "Enable WebSocket support" ON) option(BUILD_WEBSOCK "Enable WebSocket support" ON)