From 3704664740cf9187db74f53c68e179073f88c452 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 15 May 2024 15:43:25 -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 d6b4ff0..0b1e02f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() # ############ # Define Project -project(triqs_maxent VERSION 3.3.0 LANGUAGES C CXX) +project(triqs_maxent VERSION 3.3.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############