Skip to content

Commit

Permalink
Update to pybind v2.11.1 (#432)
Browse files Browse the repository at this point in the history
Cmake is deprecating the way pybind finds the python interpreter. See https://cmake.org/cmake/help/latest/policy/CMP0148.html and pybind/pybind11#4719
  • Loading branch information
hoffmang9 authored Nov 7, 2023
1 parent 9b66324 commit bb7ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.0
GIT_TAG v2.11.1
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit bb7ec8d

Please sign in to comment.