From 155153e87902d0b0d20ea39dd92c574760c16bde Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Fri, 28 Mar 2025 10:33:18 +0000 Subject: [PATCH] Update Pybind 2.10.4 -> 2.13.6 --- cmake/PybindModuleCreation.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/PybindModuleCreation.cmake b/cmake/PybindModuleCreation.cmake index 07cdd65..e3fe6a7 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