From 4b82db76e7a111495cb9e5ace11a1a507f7f4437 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 12 Nov 2018 10:35:04 +0000 Subject: [PATCH] Search for python 3.7 as well --- qrenderdoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt index 0bc0978a1..4a641cfc6 100644 --- a/qrenderdoc/CMakeLists.txt +++ b/qrenderdoc/CMakeLists.txt @@ -61,7 +61,7 @@ else() endif() # Make sure Python 3 is found -set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6) +set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7) find_package(PythonInterp 3 REQUIRED) find_package(PythonLibs 3 REQUIRED) # we also need python3-config for swig