summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-16 13:05:46 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-16 13:05:46 +0000
commit7b52f1bb9673ccf259542e7a455c8ffb73628fe7 (patch)
treee4ba53618a4d53b3c3ddb1011929129902146623 /CMakeOptions.txt
parent4c7db09d5cb39905006450228a0f824edda1d958 (diff)
downloadwireshark-7b52f1bb9673ccf259542e7a455c8ffb73628fe7.tar.gz
Add option for USE_THREADS.
svn path=/trunk/; revision=38061
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 1c3a544f13..3d5a99843d 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -30,6 +30,7 @@ option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)"
option(ENABLE_PLUGINS "Build with plugins" ON)
option(ENABLE_GUIDES "Build Guides" OFF)
option(ENABLE_PCAP_NG_DEFAULT "Enable pcap-ng as default file format" ON)
+option(ENABLE_THREADS "Build with threads support" ON)
option(ENABLE_ADNS "Build with adns support" ON)
option(ENABLE_PCRE "Build with pcre support" OFF)