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 e485440 commit 9c934e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ endif()

# ############
# Define Project
<<<<<<< Updated upstream
project(triqs_dft_tools VERSION 3.3.0 LANGUAGES C CXX Fortran)
=======
project(triqs_dft_tools VERSION 3.2.0 LANGUAGES CXX Fortran)
>>>>>>> Stashed changes
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

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

0 comments on commit 9c934e5

Please sign in to comment.