From e1a3f686e2f438277e959c06a64339cb89c052d9 Mon Sep 17 00:00:00 2001 From: Charles Villard <charles.villard@cea.fr> Date: Tue, 11 Mar 2025 11:52:30 +0100 Subject: [PATCH] upgrade: pybind: v2.13.6 --- cmake/PybindModuleCreation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/PybindModuleCreation.cmake b/cmake/PybindModuleCreation.cmake index a520039f..a9133ffc 100644 --- a/cmake/PybindModuleCreation.cmake +++ b/cmake/PybindModuleCreation.cmake @@ -4,7 +4,7 @@ function(generate_python_binding pybind_module_name target_to_bind) Include(FetchContent) - set(PYBIND_VERSION v2.10.4) + set(PYBIND_VERSION v2.13.6) message(STATUS "Retrieving pybind ${PYBIND_VERSION} from git") FetchContent_Declare( -- GitLab