Skip to content

Commit ec65be7

Browse files
authored
Update CMakeLists.txt
1 parent 8216bca commit ec65be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FIND_PACKAGE (PythonInterp ${python_version} REQUIRED)
99
IF(PYTHON_VERSION_STRING MATCHES "^([0-9.]+)")
1010
SET(python_version "${CMAKE_MATCH_1}")
1111
ELSE()
12-
MESSAGE(FATAL_ERROR "PythonInterp version format unknown '${PYTHONINTERP_VERSION_STRING}'")
12+
MESSAGE(FATAL_ERROR "PythonInterp version format unknown '${PYTHON_VERSION_STRING}'")
1313
ENDIF()
1414
FIND_PACKAGE (PythonLibs ${python_version} REQUIRED)
1515

0 commit comments

Comments
 (0)