We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfba263 commit 1fc6b0dCopy full SHA for 1fc6b0d
1 file changed
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.13.1.tar.gz
73
- URL_HASH SHA256=51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
+ URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
74
FIND_PACKAGE_ARGS NAMES pybind11
75
)
76
FetchContent_MakeAvailable(pybind11)
0 commit comments