From: Josh Date: Wed, 16 Apr 2014 16:33:18 +0000 (-0400) Subject: changing default behavior to NOT build manuals X-Git-Tag: 3.0.0-233~1564^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876d7ae68f60d7cd1330359b1da8227f28433449;p=thirdparty%2Fsnort3.git changing default behavior to NOT build manuals --- diff --git a/cmake/createCommandLineOptions.txt b/cmake/createCommandLineOptions.txt index 53350c66a..8453ad20b 100644 --- a/cmake/createCommandLineOptions.txt +++ b/cmake/createCommandLineOptions.txt @@ -32,8 +32,8 @@ option (HAVE_INTEL_SOFT_CPM "Enable Intel Soft CPM support" OFF) option (ENABLE_LARGE_PCAP "Enable support for pcaps larger than 2 GB" OFF) option (BUILD_SIDE_CHANNEL "Build the side channel library" OFF) option (BUILD_UNIT_TESTS "Build snort++ unit tests" OFF) -option (MAKE_HTML_DOC "Create the HTML documentation" ON) -option (MAKE_PDF_DOC "Create the PDF documentation" ON) +option (MAKE_HTML_DOC "Create the HTML documentation" OFF) +option (MAKE_PDF_DOC "Create the PDF documentation" OFF) set (SIGNAL_SNORT_RELOAD "" CACHE STRING "set the SIGNAL_SNORT_RELOAD value. THIS NUMBER MUST BE AN INTEGER!!")