Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify python version for test python interpreter
  • Loading branch information
m-kuhn committed Mar 22, 2016
1 parent 02c5637 commit 6b098b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/UsePythonTest.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 6b098b7

Please sign in to comment.