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.
2 parents 110c062 + 47e698f commit d053b99Copy full SHA for d053b99
SofaPython3Config.cmake.in
@@ -11,7 +11,7 @@ include(SofaPython3Tools)
11
12
# Find Python3 executable and set PYTHON_EXECUTABLE before finding pybind11
13
# to be sure that pybind11 relies on the right Python version
14
-set(python_version @PYBIND11_PYTHON_VERSION@)
+set(python_version @PYTHON_VERSION@)
15
set(python_version_flag @python_version_flag@)
16
17
find_package(Python ${python_version} ${python_version_flag} COMPONENTS Interpreter Development REQUIRED)
0 commit comments