From 4a8c14183c51fc57bf1d8d1ce70955c5ef7208f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Wed, 22 Jul 2026 14:25:38 +0200 Subject: [PATCH] Remove conditional source from CMakeLists.txt Removed conditional source file inclusion for TrackerACTS. --- .../ALICE3/GlobalReconstruction/reconstruction/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/CMakeLists.txt b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/CMakeLists.txt index 1dfcb7a22f725..9cc7222d413e7 100644 --- a/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/CMakeLists.txt +++ b/Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/CMakeLists.txt @@ -16,7 +16,6 @@ endif() o2_add_library(ALICE3GlobalReconstruction TARGETVARNAME targetName SOURCES src/TimeFrame.cxx - $<$:src/TrackerACTS.cxx> PUBLIC_LINK_LIBRARIES O2::ITStracking O2::GPUCommon