From 06edd0fc06099ea422ff8001ea47aab4f9d8413e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Wed, 17 Jan 2024 15:37:50 +0100 Subject: [PATCH] Better way to set to use both C and C++ in CMake --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 710dd65..0a3f273 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,11 +3,9 @@ project (cal VERSION 3.0.0 DESCRIPTION "CAL: University of California BDD Package" HOMEPAGE_URL "https://ssoelvsten.github.io/cal/" - LANGUAGES CXX + LANGUAGES C CXX ) -enable_language(C) - # ============================================================================ # # Settings # ============================================================================ #