Specify python version for test python interpreter

This commit is contained in:
Matthias Kuhn 2016-03-17 09:11:16 +01:00
parent 02c5637155
commit 6b098b7abb

View File

@ -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)