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 May 15, 2024
1 parent fc0e39c commit 754735c
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(solid_dmft VERSION 3.3.0 LANGUAGES C CXX)
project(solid_dmft VERSION 3.3.0 LANGUAGES CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

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

0 comments on commit 754735c

Please sign in to comment.