Skip to content

Commit

Permalink
Bump pybind11 to 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Nov 17, 2024
1 parent a92aef7 commit 4763286
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.13.1
GIT_TAG v2.13.6
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(PYBIND11_FINDPYTHON ON)
Expand Down

0 comments on commit 4763286

Please sign in to comment.