summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-05-15 21:40:25 +0000
committerJörg Mayer <jmayer@loplof.de>2010-05-15 21:40:25 +0000
commit3da0724510294b5154400886692ebe3dd0cd902c (patch)
tree560cc3c1816f260cc0b856cb093a32dff41a9de7 /CMakeOptions.txt
parente309a6ad5ac6c56a6acccd2197ed78e94ee71c69 (diff)
downloadwireshark-3da0724510294b5154400886692ebe3dd0cd902c.tar.gz
text2pcap_scanner.l does not compile without warnings
on my system - add it to the non-clean file list. svn path=/trunk/; revision=32825
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 24b1c5d34b..d35253f1a7 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -21,8 +21,7 @@ option(ENABLE_AIRPCAP "Enable Airpcap support" ON)
# todo
option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)" OFF)
option(ENABLE_PLUGINS "Build with plugins" ON)
-# todo
-option(ENABLE_GUIDES "Build Guides" ON)
+option(ENABLE_GUIDES "Build Guides" OFF)
option(ENABLE_ADNS "Build with adns support" ON)
option(ENABLE_PCRE "Build with pcre support" ON)