From d027669a7eadbe88cc2f349e74d054c577b9b974 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 12 Jul 2025 12:37:46 +0200 Subject: [PATCH] Updated to pybind 3.0.0 Signed-off-by: Alejandro Saucedo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bd75fc7..524000f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,7 +226,7 @@ endif() if(KOMPUTE_OPT_BUILD_PYTHON) if(KOMPUTE_OPT_USE_BUILT_IN_PYBIND11) FetchContent_Declare(pybind GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v2.9.2 + GIT_TAG v3.0.0 GIT_SHALLOW 1) # Source: https://github.com/pybind/pybind11/releases FetchContent_MakeAvailable(pybind) else()