From 3bad5555e99a81bdaa1ed5bb10efa75460cfbbdf Mon Sep 17 00:00:00 2001 From: Charles Villard <charles.villard@cea.fr> Date: Wed, 12 Mar 2025 17:19:35 +0100 Subject: [PATCH] edit: pybind: bump version to 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 853810e24..e3f1cf6fa 100644 --- a/cmake/PybindModuleCreation.cmake +++ b/cmake/PybindModuleCreation.cmake @@ -6,7 +6,7 @@ function(generate_python_binding name target_to_bind) FetchContent_Declare( PyBind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.10.4 # or a later release + GIT_TAG v2.13.6 # or a later release ) FetchContent_MakeAvailable(PyBind11) -- GitLab