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.
2 parents b7cb53d + b30c65c commit f83f95bCopy full SHA for f83f95b
CMakeLists.txt
@@ -69,8 +69,8 @@ include(FetchContent)
69
70
FetchContent_Declare(
71
pybind11
72
- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz
73
- URL_HASH SHA256=bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz
+ URL_HASH SHA256=51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
74
FIND_PACKAGE_ARGS NAMES pybind11
75
)
76
FetchContent_MakeAvailable(pybind11)
0 commit comments