From a624f208592099fa8fd758bbfd79a8d9c75b99ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Tue, 12 Jul 2011 11:10:57 +0000 Subject: Disable airpcap by default. This matches the configure script. svn path=/trunk/; revision=37991 --- CMakeOptions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeOptions.txt') 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) -- cgit v1.2.3