We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682db01 commit 09c3537Copy full SHA for 09c3537
CMakeLists.txt
@@ -88,8 +88,8 @@ FetchContent_MakeAvailable(repo-common repo-core repo-backend)
88
FetchContent_Declare(
89
pybind11
90
GIT_REPOSITORY "https://github.com/pybind/pybind11"
91
- # COMMIT ID for v2.10.0
92
- GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
+ # COMMIT ID for v2.12.0
+ GIT_TAG "3e9dfa2866941655c56877882565e7577de6fc7b"
93
GIT_SHALLOW ON
94
)
95
0 commit comments