From ce06269128e0eb14afaf008ccbfbbc8840c21107 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Sat, 10 May 2014 02:01:24 +0400 Subject: [PATCH] Delete extra option from cmake rules. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1fb764..e50df08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)