Skip to content

Commit

Permalink
Upgrade pybind11 to v2.12.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 24b2c72)
  • Loading branch information
jslee02 committed Jun 23, 2024
1 parent 6cce22b commit fc4ca1a
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 @@ -10,7 +10,7 @@ include(FetchContent)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG v2.11.1
GIT_TAG v2.12.0
)
FetchContent_MakeAvailable(pybind11)

Expand Down

0 comments on commit fc4ca1a

Please sign in to comment.