From afe2dd7832b8cb8c8d1cae52e8c5dae6aa2459a9 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 7 Aug 2023 15:28:56 +0200 Subject: [PATCH] Upgraded pybind11 to the newer version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efa35ac50869..974d19df6335 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,8 +45,8 @@ include(GNUInstallDirs) include(FetchContent) FetchContent_Declare( pybind11 - URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.2.tar.gz - URL_HASH SHA256=93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae + URL https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz + URL_HASH SHA256=d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c ) FetchContent_MakeAvailable(pybind11)