Skip to content
Snippets Groups Projects
Commit 4853b069 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'fix-win-msvc' into 'master'

[cmake] Fix inconsistent Python finding.

See merge request ogs/ogs!5164
parents 788ca4a1 41c68368
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment