Don't enable SSL by default
This commit is contained in:
parent
32767786af
commit
52ff3c6e27
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user