summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-08-03 00:39:27 +0000
committerJörg Mayer <jmayer@loplof.de>2013-08-03 00:39:27 +0000
commit6ab6208e3dcd48208c21bd1e6615bd00f670feae (patch)
tree551c4e688bea0a32efce5fe3f744f6fb82120331 /CMakeLists.txt
parent09bfd96c5f6d9a8abd6e72bed44ed30cc2dda359 (diff)
downloadwireshark-6ab6208e3dcd48208c21bd1e6615bd00f670feae.tar.gz
Allow the python interpreter to be version 3 (2 being preferred)
svn path=/trunk/; revision=51128
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b35afff8f2..048b4f925c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -295,6 +295,7 @@ set(GTHREAD2_REQUIRED)
set(PCAP_REQUIRED)
set(M_REQUIRED)
set(PythonInterp_FIND_VERSION 2)
+set(Python_ADDITIONAL_VERSIONS 3)
set(PACKAGELIST ${PACKAGELIST} HtmlViewer)