Skip to content

Commit

Permalink
Bump pybind11 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Apr 20, 2024
1 parent 79c3d79 commit 3488834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.11.1
GIT_TAG v2.12.0
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(PYBIND11_FINDPYTHON ON)
Expand Down

0 comments on commit 3488834

Please sign in to comment.