From b14a9f1de3858a5a13cb4e0580d6c8b7dfb9d3a2 Mon Sep 17 00:00:00 2001 From: Rahil Doshi <rahil.doshi@fau.de> Date: Tue, 18 Mar 2025 14:59:17 +0100 Subject: [PATCH] Update pybind11 to v2.13.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a7e0d842..c0a90fff9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -351,7 +351,7 @@ if ( WALBERLA_BUILD_WITH_PYTHON ) FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.13.0 + GIT_TAG v2.13.6 ) FetchContent_MakeAvailable(pybind11) -- GitLab