3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00

[cmake] Remove C as a project language

This commit is contained in:
Nils Wentzell 2024-04-19 11:23:50 -04:00
parent 2ec749ad4b
commit ae4b92803a

View File

@ -27,7 +27,7 @@ endif()
# ############ # ############
# Define Project # 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) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
# ############ # ############