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 289c369 commit 47e698fCopy full SHA for 47e698f
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