Skip to content

Commit

Permalink
[cmake] Reenable C as project language
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 12, 2024
1 parent 5a9a092 commit 9f8e226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

# ############
# Define Project
project(clair VERSION 0.1.0 LANGUAGES CXX)
project(clair VERSION 0.1.0 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down

0 comments on commit 9f8e226

Please sign in to comment.