Skip to content

Commit

Permalink
Merge branch 'fix-win-msvc' into 'master'
Browse files Browse the repository at this point in the history
[cmake] Fix inconsistent Python finding.

See merge request ogs/ogs!5164
  • Loading branch information
bilke committed Dec 10, 2024
2 parents 788ca4a + 41c6836 commit 4853b06
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 4853b06

Please sign in to comment.