[Piglit] [PATCH] Cmake: Remove Python 3.3 from the list of versions to search for
Dylan Baker
dylan at pnwbakers.com
Fri Aug 10 18:07:13 UTC 2018
Suggested-by: Rhys Kidd <rhyskidd at gmail.com>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 433fa1aea..8f19457fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -227,7 +227,7 @@ IF(PIGLIT_BUILD_GLX_TESTS)
ENDIF()
set(Python_ADDITIONAL_VERSIONS
- 3.7 3.6 3.5 3.4 3.3 2.7)
+ 3.7 3.6 3.5 3.4 2.7)
find_package(PythonInterp REQUIRED)
find_package(PythonSix 1.5.2 REQUIRED)
find_package(PythonNumpy 1.7.0 REQUIRED)
--
2.18.0
More information about the Piglit
mailing list