Skip to content

Commit b42ec99

Browse files
authored
Add LANGUAGES CXX to the project() call not to check for a C compiler (#486)
1 parent 24ef5c5 commit b42ec99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.12)
22

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

55
include(GNUInstallDirs)
66

0 commit comments

Comments
 (0)