Skip to content

Commit fc7ef43

Browse files
authored
Merge pull request #2145 from sycloid/update-pybind11
Update pybind11 version used to 3.0.1
2 parents 52ab452 + c77bdfa commit fc7ef43

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
@@ -122,8 +122,8 @@ include(FetchContent)
122122

123123
FetchContent_Declare(
124124
pybind11
125-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
126-
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
125+
URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz
126+
URL_HASH SHA256=741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca
127127
FIND_PACKAGE_ARGS NAMES pybind11
128128
)
129129
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)