From 6596a3caec1e0e4595ef3e328942fc1a3111f0a1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 18 Apr 2017 20:18:54 +0100 Subject: [PATCH] Search for additional python versions 3.4, 3.5, and 3.6 --- qrenderdoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt index 22e0f776d..965022f12 100644 --- a/qrenderdoc/CMakeLists.txt +++ b/qrenderdoc/CMakeLists.txt @@ -52,7 +52,7 @@ else() endif() # Make sure Python 3 is found -set(Python_ADDITIONAL_VERSIONS 3.4) +set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6) find_package(PythonLibs 3 REQUIRED) find_package(PythonInterp 3 REQUIRED) # we also need python3-config for swig