From 9407ff3e283b2a804876780598df430b9d29b7c4 Mon Sep 17 00:00:00 2001 From: Felix Schurk Date: Tue, 29 Aug 2023 10:55:31 +0200 Subject: [PATCH] add C as a language in IPPL to have the C compiler available --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac532422a..a54aec1dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.1) -project (IPPL CXX) +project (IPPL LANGUAGES C CXX) set (IPPL_VERSION_MAJOR 3) set (IPPL_VERSION_MINOR 0.1)