aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-03-30 08:46:44 +0200
committerAndreas Schneider <asn@samba.org>2017-04-06 08:35:54 +0200
commitb6708f72588784b5b4c8784df0e1a27817e331d3 (patch)
tree950d36a2b27e7af8cde2197d05db661dede455c4
parent8efb64e1b307d4ff294042e95ecd33db1f568c7c (diff)
downloadpam_wrapper-b6708f72588784b5b4c8784df0e1a27817e331d3.tar.gz
pam_wrapper-b6708f72588784b5b4c8784df0e1a27817e331d3.tar.xz
pam_wrapper-b6708f72588784b5b4c8784df0e1a27817e331d3.zip
cmake: Add Python 3.6 if we look for the python library
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jakub Hrozek <jakub.hrozek@posteo.se> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f52edf..f0c950f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)