From 952dbe6fdfe11279e91a8feb0735a5788aebe209 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 15 May 2024 15:43:03 -0400 Subject: [PATCH] [cmake] Remove C as a project language --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b01a79..8a85c01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # ############ # Define Project -project(triqs_hartree_fock VERSION 3.3.0 LANGUAGES C CXX) +project(triqs_hartree_fock VERSION 3.3.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############