Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SofaPython3Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(SofaPython3Tools)

# Find Python3 executable and set PYTHON_EXECUTABLE before finding pybind11
# to be sure that pybind11 relies on the right Python version
set(python_version @PYBIND11_PYTHON_VERSION@)
set(python_version @PYTHON_VERSION@)
set(python_version_flag @python_version_flag@)

find_package(Python ${python_version} ${python_version_flag} COMPONENTS Interpreter Development REQUIRED)
Expand Down