diff --git a/cmake/PybindModuleCreation.cmake b/cmake/PybindModuleCreation.cmake index 07cdd658b0e6ae6549b5dfd7663e9973c59c6a9f..e3fe6a7383656e053fe7f89da2fda1083d6374ae 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(