From f293b1ede5b1ee6b316444653a5306ceb33d12a9 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Fri, 18 Oct 2024 21:27:47 +0800 Subject: [PATCH] update nanobind version --- bindings/python/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 328dee814..4dd16ad15 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -52,10 +52,11 @@ else() nanobind GIT_REPOSITORY https://github.com/wjakob/nanobind.git GIT_TAG - 9641bb7151f04120013b812789b3ebdfa7e7324f # v2.1.0 + 784efa2a0358a4dc5432c74f5685ee026e20f2b6 # v2.2.0 GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(nanobind) + set(NB_VERSION 2.2.0) endif() if(NB_VERSION VERSION_LESS 2.1.0)