]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
removed ENABLE_SIDE_CHANNEL
authorJoel Cornett <joel.cornett@gmail.com>
Fri, 6 May 2016 19:46:18 +0000 (15:46 -0400)
committerJoel Cornett <joel.cornett@gmail.com>
Mon, 9 May 2016 17:31:10 +0000 (13:31 -0400)
cmake/configure_options.cmake
cmake/create_options.cmake

index 02352fa5fd08ed37a02159a1501e42c2fad791be..762a8b59c1a53466c3920592dfe2021c30eba042 100644 (file)
@@ -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} )
 
index c21e637f22d261c1b77f96b0a58a762b5353f288..a90e95a77659345c1e3f848fc5d5d1f155ead594 100644 (file)
@@ -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 )