We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8216bca commit ec65be7Copy full SHA for ec65be7
bindings/python/CMakeLists.txt
@@ -9,7 +9,7 @@ FIND_PACKAGE (PythonInterp ${python_version} REQUIRED)
9
IF(PYTHON_VERSION_STRING MATCHES "^([0-9.]+)")
10
SET(python_version "${CMAKE_MATCH_1}")
11
ELSE()
12
- MESSAGE(FATAL_ERROR "PythonInterp version format unknown '${PYTHONINTERP_VERSION_STRING}'")
+ MESSAGE(FATAL_ERROR "PythonInterp version format unknown '${PYTHON_VERSION_STRING}'")
13
ENDIF()
14
FIND_PACKAGE (PythonLibs ${python_version} REQUIRED)
15
0 commit comments