From bc755c75fd0fe423dcc31f4cc4ba607e3560320e Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Sat, 14 Sep 2024 10:35:55 +0200 Subject: [PATCH] Use Pybind11 2.13.6 to build dpnp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a1aba3d01fd..c2511c98479f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ include(GNUInstallDirs) include(FetchContent) FetchContent_Declare( pybind11 - URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz - URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252 + URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz + URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20 ) FetchContent_MakeAvailable(pybind11)