Skip to content

Commit

Permalink
[cmake] Fix inconsistent Python finding.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 9, 2024
1 parent 9f93398 commit 41c6836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ endif()
if(GUIX_BUILD)
find_package(pybind11 REQUIRED)
else()
set(PYBIND11_FINDPYTHON ON)
CPMFindPackage(
NAME pybind11 GITHUB_REPOSITORY pybind/pybind11
VERSION ${ogs.minimum_version.pybind11} SYSTEM TRUE
Expand Down

0 comments on commit 41c6836

Please sign in to comment.