]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
changing default behavior to NOT build manuals
authorJosh <jrosenba@cisco.com>
Wed, 16 Apr 2014 16:33:18 +0000 (12:33 -0400)
committerJosh <jrosenba@cisco.com>
Wed, 16 Apr 2014 16:33:18 +0000 (12:33 -0400)
cmake/createCommandLineOptions.txt

index 53350c66aa2edd36dfd33be07e96c681d7b15a35..8453ad20b60548462fdf31a1b27a5e4ce9f6e2e4 100644 (file)
@@ -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!!")