Skip to content

Commit 811803e

Browse files
committed
[cmake] Remove C as a project language
1 parent 5f6ec94 commit 811803e

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
@@ -6,7 +6,7 @@ endif()
66

77
# ############
88
# Define Project
9-
project(triqs_ctseg VERSION 3.3.0 LANGUAGES C CXX)
9+
project(triqs_ctseg VERSION 3.3.0 LANGUAGES CXX)
1010
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
1111

1212
# ############

0 commit comments

Comments
 (0)