From ed14dfcd18cadc111725d759142d7f4dcd06bc8e Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Sun, 1 Jun 2025 16:10:46 +0200 Subject: [PATCH] Add LANGUAGES CXX to disable a check for the a C compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffd123d0..d3705e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.15) -project(FCCDetectors) +project(FCCDetectors LANGUAGES CXX) include(GNUInstallDirs) include(CTest)