Skip to content

Commit 9d97c7c

Browse files
committedNov 8, 2015
fix typo in python test invocation
1 parent 68c015e commit 9d97c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/UsePythonTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENDIF(WIN32)
4949
MESSAGE(\"PYTHONPATH:\$ENV{PYTHONPATH}\")
5050
MESSAGE(STATUS \"Running ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolon}\")
5151
EXECUTE_PROCESS(
52-
COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn}
52+
COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolon}
5353
RESULT_VARIABLE import_res
5454
)
5555
# Pass the output back to ctest

0 commit comments

Comments
 (0)
Please sign in to comment.