Delete extra option from cmake rules.
This commit is contained in:
parent
7f2ffd7e1c
commit
ce06269128
|
@ -17,7 +17,6 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)
|
|||
|
||||
option(RELEASE "Release build, debug build if disabled" ON)
|
||||
option(LOWLEVEL_DEBUG, "Enable low level debug messages." OFF)
|
||||
option(LINK_SUPPORT "Allow hub linking" OFF)
|
||||
option(SSL_SUPPORT "Enable SSL support" ON)
|
||||
option(USE_OPENSSL "Use OpenSSL's SSL support" ON )
|
||||
option(SYSTEMD_SUPPORT "Enable systemd notify and journal logging" OFF)
|
||||
|
|
Loading…
Reference in New Issue