summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-12 11:10:57 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-12 11:10:57 +0000
commita624f208592099fa8fd758bbfd79a8d9c75b99ec (patch)
treead8eb464f92faf1911fdac1615516b5879cd7f6c /CMakeOptions.txt
parenta73931eafde489297c3856bed419af86ba3881b7 (diff)
downloadwireshark-a624f208592099fa8fd758bbfd79a8d9c75b99ec.tar.gz
Disable airpcap by default. This matches the configure script.
svn path=/trunk/; revision=37991
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index e1e5d300ec..2e9ffcd839 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -18,7 +18,7 @@ option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
option(DISABLE_WERROR "Do not treat Warnings as errors" OFF)
option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
option(ENABLE_GTK3 "Use GTK3 instead of GTK2 (does not compile yet)" OFF)
-option(ENABLE_AIRPCAP "Enable Airpcap support" ON)
+option(ENABLE_AIRPCAP "Enable Airpcap support" OFF)
# todo
option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)" OFF)
option(ENABLE_PLUGINS "Build with plugins" ON)