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 8906b0e commit 16ed0ebCopy full SHA for 16ed0eb
CMakeLists.txt
@@ -53,8 +53,8 @@ include(GNUInstallDirs)
53
include(FetchContent)
54
FetchContent_Declare(
55
pybind11
56
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
57
- URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz
+ URL_HASH SHA256=741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca
58
FIND_PACKAGE_ARGS NAMES pybind11
59
)
60
FetchContent_MakeAvailable(pybind11)
0 commit comments