Skip to content

Commit 9475f5b

Browse files
authored
fix: don't require a C compiler (#22)
Faster and works if no C compiler installed.
1 parent e4dd9b1 commit 9475f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18...3.22)
22

3-
project(nanobind_example)
3+
project(nanobind_example LANGUAGES CXX)
44

55
if (NOT SKBUILD)
66
message(WARNING "\

0 commit comments

Comments
 (0)