Skip to content

Commit

Permalink
fix: a C compiler is not required
Browse files Browse the repository at this point in the history
Slows down the config looking for and testing a C compiler.
  • Loading branch information
henryiii authored and wjakob committed May 31, 2023
1 parent e08d161 commit 0952f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0952f99

Please sign in to comment.