diff --git a/CMakeLists.txt b/CMakeLists.txt index ad8b8250..1241c866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.15...3.22) -project(nanobind) +cmake_minimum_required(VERSION 3.15...3.26) +project(nanobind LANGUAGES CXX) # --------------------------------------------------------------------------- # Only build tests by default if this is the top-level CMake project