From 06cac48d44a52224f8102e03cfa4d9dc30329fe4 Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Fri, 6 Jun 2025 20:51:52 +0200 Subject: [PATCH] GPU: remove Road.cxx from standalone build --- GPU/GPUTracking/Standalone/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GPU/GPUTracking/Standalone/CMakeLists.txt b/GPU/GPUTracking/Standalone/CMakeLists.txt index 8ce95c8e96d3a..0b37ce38b79f7 100644 --- a/GPU/GPUTracking/Standalone/CMakeLists.txt +++ b/GPU/GPUTracking/Standalone/CMakeLists.txt @@ -151,8 +151,7 @@ add_library(standalone_support SHARED ${O2_DIR}/Detectors/Base/src/MatLayerCylSet.cxx ${O2_DIR}/Detectors/Base/src/MatLayerCyl.cxx ${O2_DIR}/Detectors/Base/src/Ray.cxx - ${O2_DIR}/Detectors/Base/src/Propagator.cxx - ${O2_DIR}/Detectors/ITSMFT/ITS/tracking/src/Road.cxx) + ${O2_DIR}/Detectors/Base/src/Propagator.cxx) target_compile_definitions(standalone_support PUBLIC $) target_include_directories(standalone_support PUBLIC $)