From 9dc46e81b420d9fd0dab85bc427809acddce5a6d Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 23 Aug 2024 07:34:20 +0800 Subject: [PATCH] Use Pybind11 2.13.5 to build dpnp --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fc8e8675b6..52b1e4b2dd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,8 +53,8 @@ include(GNUInstallDirs) include(FetchContent) FetchContent_Declare( pybind11 - URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.3.tar.gz - URL_HASH SHA256=6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445 + URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz + URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252 ) FetchContent_MakeAvailable(pybind11)