Disable airpcap by default. This matches the configure script.
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Jul 2011 11:10:57 +0000 (11:10 +0000)
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Jul 2011 11:10:57 +0000 (11:10 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37991 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeOptions.txt

index e1e5d300ec1860465c8bdf7668353be71f57561e..2e9ffcd839ca01ff20f62cccf56edf979ccbc280 100644 (file)
@@ -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)