Skip to content

Commit

Permalink
[cmake] Remove C as a project language
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Apr 19, 2024
1 parent 2ec749a commit ae4b928
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 @@ -27,7 +27,7 @@ endif()

# ############
# Define Project
project(app4triqs VERSION 3.2.0 LANGUAGES C CXX)
project(app4triqs VERSION 3.2.0 LANGUAGES CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

# ############
Expand Down

0 comments on commit ae4b928

Please sign in to comment.