Skip to content

Commit 7865b03

Browse files
authored
Pin pybind version to v2.10.0 commit to avoid unanticipated changes
1 parent 5bd5048 commit 7865b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ FetchContent_MakeAvailable(repo-common repo-core repo-backend)
7878
FetchContent_Declare(
7979
pybind11
8080
GIT_REPOSITORY "https://github.com/pybind/pybind11"
81-
GIT_TAG "v2.10"
81+
# COMMIT ID for v2.10.0
82+
GIT_TAG "aa304c9c7d725ffb9d10af08a3b34cb372307020"
8283
GIT_SHALLOW ON
8384
)
8485
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)