Skip to content

Commit b8b5ca6

Browse files
committed
Merge branch 'update/deps' into 'develop'
Updating pybind11 dependency to 2.13.6 See merge request njoy/tools!14
2 parents 90952a5 + 61af162 commit b8b5ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif()
4545
if (tools.python)
4646
shacl_FetchContent_Declare( pybind11
4747
GIT_REPOSITORY ../../pybind/pybind11
48-
GIT_TAG 5b0a6fc2017fcc176545afe3e09c9f9885283242 # tag: v2.10.4
48+
GIT_TAG a2e59f0e7065404b44dfe92a28aca47ba1378dc4 # tag: v2.13.6
4949
)
5050
shacl_FetchContent_MakeAvailable(pybind11)
5151
endif()

0 commit comments

Comments
 (0)