Skip to content

Commit e711c10

Browse files
committed
Remove direct GPUTracking dependenecy where not needed
1 parent 8b767bb commit e711c10

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

Detectors/AOD/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ o2_add_executable(
4949
O2::ITSReconstruction
5050
O2::FT0Reconstruction
5151
O2::TPCFastTransformation
52-
O2::GPUTracking
5352
O2::TPCBase
5453
O2::TPCReconstruction
5554
O2::TOFBase

Detectors/GlobalTracking/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ o2_add_library(
2121
O2::ITSReconstruction
2222
O2::FT0Reconstruction
2323
O2::TPCFastTransformation
24-
O2::GPUTracking
2524
O2::GPUO2Interface
2625
O2::TPCBase
2726
O2::TPCReconstruction

Detectors/TPC/qc/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ o2_add_library(TPCQC
1717
src/Tracks.cxx
1818
PUBLIC_LINK_LIBRARIES O2::TPCBase
1919
O2::DataFormatsTPC
20-
O2::GPUTracking
2120
O2::GPUO2Interface)
2221

2322

0 commit comments

Comments
 (0)