[Piglit] [PATCH 09/10] Require python 2.7
arsenm2 at gmail.com
arsenm2 at gmail.com
Mon Dec 5 17:48:22 UTC 2016
From: Matt Arsenault <arsenm2 at gmail.com>
Things seem to break with python3
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3964dd8..311899a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -216,7 +216,7 @@ ENDIF()
set(Python_ADDITIONAL_VERSIONS
3.5 3.4 3.3 2.7)
-find_package(PythonInterp REQUIRED)
+find_package(PythonInterp 2.7 REQUIRED)
find_package(PythonSix 1.5.2 REQUIRED)
find_package(PythonNumpy 1.7.0 REQUIRED)
--
2.10.2
More information about the Piglit
mailing list