diff --git a/CMakeLists.txt b/CMakeLists.txt index d2393d5a..f7faae75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -268,7 +268,7 @@ if(BUILD_PYTHON) fetchcontent_declare( nanobind GIT_REPOSITORY https://github.com/wjakob/nanobind.git - GIT_TAG v2.2.0 + GIT_TAG v2.4.0 ) fetchcontent_makeavailable(nanobind) else()