Merge pull request #22 from tehnick/cmake-fix

Delete extra option from cmake rules.
This commit is contained in:
Jan Vidar Krey 2014-05-10 00:45:23 +02:00
commit 3b38898045
1 changed files with 0 additions and 1 deletions

View File

@ -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)