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 ffaa6dd commit 9f83a7aCopy full SHA for 9f83a7a
projects/hello-pybind11/CMakeLists.txt
@@ -8,8 +8,8 @@ include(FetchContent)
8
9
FetchContent_Declare(
10
pybind11
11
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.4.tar.gz
12
- URL_HASH SHA256=832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
+ URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
13
)
14
FetchContent_MakeAvailable(pybind11)
15
0 commit comments