cmake: Add Python 3.6 if we look for the python library
authorAndreas Schneider <asn@samba.org>
Thu, 30 Mar 2017 06:46:44 +0000 (08:46 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2017 06:35:54 +0000 (08:35 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jakub Hrozek <jakub.hrozek@posteo.se>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt

index 5f52edfb462038d9c1677a2b3f16a736e588b893..f0c950f5131a200e7c1626a08f185f349484d309 100644 (file)
@@ -47,7 +47,7 @@ set(CMAKE_THREAD_PREFER_PTHREADS ON)
 find_package(Threads)
 
 find_package(PythonInterp)
-set(Python_ADDITIONAL_VERSIONS 2.6 2.7 3.3 3.4)
+set(Python_ADDITIONAL_VERSIONS 2.6 2.7 3.3 3.4 3.6)
 find_package(PythonLibs)
 find_package(PythonSiteLibs)