Skip to content

Commit

Permalink
updating pybind11 version (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash authored Nov 1, 2024
1 parent 682db01 commit 09c3537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ FetchContent_MakeAvailable(repo-common repo-core repo-backend)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11"
# COMMIT ID for v2.10.0
GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
# COMMIT ID for v2.12.0
GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b"
GIT_SHALLOW ON
)

Expand Down

0 comments on commit 09c3537

Please sign in to comment.