From: Joel Cornett Date: Fri, 6 May 2016 19:46:18 +0000 (-0400) Subject: removed ENABLE_SIDE_CHANNEL X-Git-Tag: 3.0.0-233~405^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96c4effa86e88634dd42cd90c580dc759eff41b0;p=thirdparty%2Fsnort3.git removed ENABLE_SIDE_CHANNEL --- diff --git a/cmake/configure_options.cmake b/cmake/configure_options.cmake index 02352fa5f..762a8b59c 100644 --- a/cmake/configure_options.cmake +++ b/cmake/configure_options.cmake @@ -4,7 +4,6 @@ # features set ( SHELL ${ENABLE_SHELL} ) -set ( SIDE_CHANNEL ${ENABLE_SIDE_CHANNEL} ) set ( UNIT_TEST ${ENABLE_UNIT_TESTS} ) set ( PIGLET ${ENABLE_PIGLET} ) diff --git a/cmake/create_options.cmake b/cmake/create_options.cmake index c21e637f2..a90e95a77 100644 --- a/cmake/create_options.cmake +++ b/cmake/create_options.cmake @@ -16,7 +16,6 @@ option ( ENABLE_STATIC_DAQ "link static DAQ modules" ON ) # features option ( ENABLE_SHELL "enable shell support" OFF ) -option ( ENABLE_SIDE_CHANNEL "enable the side channel library" OFF ) option ( ENABLE_UNIT_TESTS "enable unit tests" OFF ) option ( ENABLE_PIGLET "enable piglet test harness" OFF )