From ef5135095f5890d3dd18aed1c98731aca3b67163 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:47:47 +0100 Subject: [PATCH] Add LANGUAGES CXX to CMakeLists.txt (#734) Co-authored-by: jmcarcell --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7876e4067..273b712d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12) #--- Project name -------------------------------------------------------------- -project(podio) +project(podio LANGUAGES CXX) #--- Version ------------------------------------------------------------------- SET( ${PROJECT_NAME}_VERSION_MAJOR 1 )