aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-06-17 02:44:05 +0200
committerJörg Mayer <jmayer@loplof.de>2014-06-17 00:44:53 +0000
commit289aa37d8d8d9570517b331f57063bc4f166809d (patch)
tree289256672683f7eb6906255e5d07f2d920ac3f04 /CMakeOptions.txt
parent11243e3977291c2b7bcacf5be5bbe0bde09ba773 (diff)
Remove detection of Python libraries: They are not used anymore.
Change-Id: If42bb16d5c6202889ff933af6c9d974866d2a950 Reviewed-on: https://code.wireshark.org/review/2290 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 9ccba66a6c..5e9f681b9d 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -56,7 +56,6 @@ else()
endif()
option(ENABLE_ZLIB "Build with zlib compression support" ON)
option(ENABLE_LUA "Build with Lua dissector support" ON)
-option(ENABLE_PYTHON "Build with Python dissector support" OFF)
option(ENABLE_SMI "Build with libsmi snmp support" ON)
option(ENABLE_GNUTLS "Build with GNU TLS support" ON)
option(ENABLE_GCRYPT "Build with GNU crypto support" ON)