Skip to content

Commit 8e06932

Browse files
mconcasdavidrohr
authored andcommitted
GPU: remove Road.cxx from standalone build
1 parent 7e04ea5 commit 8e06932

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GPU/GPUTracking/Standalone/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ add_library(standalone_support SHARED
151151
${O2_DIR}/Detectors/Base/src/MatLayerCylSet.cxx
152152
${O2_DIR}/Detectors/Base/src/MatLayerCyl.cxx
153153
${O2_DIR}/Detectors/Base/src/Ray.cxx
154-
${O2_DIR}/Detectors/Base/src/Propagator.cxx
155-
${O2_DIR}/Detectors/ITSMFT/ITS/tracking/src/Road.cxx)
154+
${O2_DIR}/Detectors/Base/src/Propagator.cxx)
156155

157156
target_compile_definitions(standalone_support PUBLIC $<TARGET_PROPERTY:O2::GPUTracking,COMPILE_DEFINITIONS>)
158157
target_include_directories(standalone_support PUBLIC $<TARGET_PROPERTY:O2::GPUTracking,INCLUDE_DIRECTORIES>)

0 commit comments

Comments
 (0)