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 5bd5048 commit 7865b03Copy full SHA for 7865b03
CMakeLists.txt
@@ -78,7 +78,8 @@ FetchContent_MakeAvailable(repo-common repo-core repo-backend)
78
FetchContent_Declare(
79
pybind11
80
GIT_REPOSITORY "https://github.com/pybind/pybind11"
81
- GIT_TAG "v2.10"
+ # COMMIT ID for v2.10.0
82
+ GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
83
GIT_SHALLOW ON
84
)
85
FetchContent_MakeAvailable(pybind11)
0 commit comments