Skip to content

Commit 9f83a7a

Browse files
committed
fix: update pybind11 to support CMake 4.0
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ffaa6dd commit 9f83a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/hello-pybind11/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ include(FetchContent)
88

99
FetchContent_Declare(
1010
pybind11
11-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.4.tar.gz
12-
URL_HASH SHA256=832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970
11+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
12+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
1313
)
1414
FetchContent_MakeAvailable(pybind11)
1515

0 commit comments

Comments
 (0)