mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Specify python version for test python interpreter
This commit is contained in:
parent
02c5637155
commit
6b098b7abb
@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
# Need python interpreter:
|
||||
FIND_PACKAGE(PythonInterp REQUIRED)
|
||||
FIND_PACKAGE(PythonInterp ${PYTHON_VER} REQUIRED)
|
||||
MARK_AS_ADVANCED(PYTHON_EXECUTABLE)
|
||||
|
||||
MACRO(ADD_PYTHON_TEST TESTNAME FILENAME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user