Skip to content

Commit

Permalink
Update to pybind v2.11.1 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Oct 21, 2023
2 parents d95f503 + 5bb9e10 commit 6e44d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else()
FetchContent_Declare(
pybind11-src
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.0
GIT_TAG v2.11.1
)
FetchContent_MakeAvailable(pybind11-src)
endif()
Expand Down

0 comments on commit 6e44d89

Please sign in to comment.