Skip to content

Commit d2f7bf9

Browse files
committed
updating pybind11 version
1 parent a2564ea commit d2f7bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ FetchContent_MakeAvailable(repo-common repo-core repo-backend)
8888
FetchContent_Declare(
8989
pybind11
9090
GIT_REPOSITORY "https://github.com/pybind/pybind11"
91-
# COMMIT ID for v2.10.0
92-
GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
91+
# COMMIT ID for v2.12.0
92+
GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b"
9393
GIT_SHALLOW ON
9494
)
9595
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)