aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-23 09:05:31 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-23 09:05:31 +0000
commitf337b03f39ccc729849fb2af9078c744b9c14d63 (patch)
tree1ad5cb44c9a85815673f8b1a8d46dfd070cafdc6 /CMakeOptions.txt
parente762964cd73d615be0f3399dfe7fcb69ab7ef57a (diff)
Copy behaviour of
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index e26e2510c7..910dc47043 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -15,6 +15,7 @@ option(BUILD_dftest "Build dftest" ON)
option(AUTOGEN_dcerpc "Autogenerate dcerpc dissectors" OFF)
option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
+option(NEW_PACKET_LIST "Compile with new packet list code" ON)
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_AIRPCAP "Enable Airpcap support" ON)