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)