From 7ab1e6af221bc0d11fc39d6bcbe8682d361e9b03 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Fri, 6 Sep 2019 15:27:55 -0400 Subject: [PATCH] Add C to Project Languages --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 752397fd..087ea427 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,7 @@ endif() # ############ # Define Project - -project(APP4TRIQS VERSION 2.2.0 LANGUAGES CXX) +project(APP4TRIQS VERSION 2.2.0 LANGUAGES C CXX) # ############ # Load TRIQS and CPP2PY