File tree Expand file tree Collapse file tree 1 file changed +21
-42
lines changed
Expand file tree Collapse file tree 1 file changed +21
-42
lines changed Original file line number Diff line number Diff line change @@ -107,48 +107,27 @@ o2_add_test_root_macro(analyzeOriginHits.C
107107 PUBLIC_LINK_LIBRARIES O2::SimulationDataFormat
108108 O2::DetectorsCommonDataFormats)
109109
110- if (ENABLE_UPGRADES)
111- o2_add_test_root_macro(build_geometry.C
112- PUBLIC_LINK_LIBRARIES O2::DetectorsPassive
113- O2::Alice3DetectorsPassive
114- O2::Field
115- O2::TPCSimulation
116- O2::ITSSimulation
117- O2::ITS3Simulation
118- O2::TRKSimulation
119- O2::MFTSimulation
120- O2::MCHSimulation
121- O2::MIDSimulation
122- O2::EMCALSimulation
123- O2::TOFSimulation
124- O2::TRDSimulation
125- O2::FT0Simulation
126- O2::FV0Simulation
127- O2::FDDSimulation
128- O2::HMPIDSimulation
129- O2::PHOSSimulation
130- O2::CPVSimulation
131- O2::ZDCSimulation)
132- else ()
133- o2_add_test_root_macro(build_geometry.C
134- PUBLIC_LINK_LIBRARIES O2::DetectorsPassive
135- O2::Field
136- O2::TPCSimulation
137- O2::ITSSimulation
138- O2::MFTSimulation
139- O2::MCHSimulation
140- O2::MIDSimulation
141- O2::EMCALSimulation
142- O2::TOFSimulation
143- O2::TRDSimulation
144- O2::FT0Simulation
145- O2::FV0Simulation
146- O2::FDDSimulation
147- O2::HMPIDSimulation
148- O2::PHOSSimulation
149- O2::CPVSimulation
150- O2::ZDCSimulation)
151- endif ()
110+ o2_add_test_root_macro(build_geometry.C
111+ PUBLIC_LINK_LIBRARIES O2::DetectorsPassive
112+ O2::Field
113+ O2::TPCSimulation
114+ O2::ITSSimulation
115+ O2::MFTSimulation
116+ O2::MCHSimulation
117+ O2::MIDSimulation
118+ O2::EMCALSimulation
119+ O2::TOFSimulation
120+ O2::TRDSimulation
121+ O2::FT0Simulation
122+ O2::FV0Simulation
123+ O2::FDDSimulation
124+ O2::HMPIDSimulation
125+ O2::PHOSSimulation
126+ O2::CPVSimulation
127+ O2::ZDCSimulation
128+ $<$<BOOL :${ENABLE_UPGRADES} >:O2::Alice3DetectorsPassive>
129+ $<$<BOOL :${ENABLE_UPGRADES} >:O2::ITS3Simulation>
130+ $<$<BOOL :${ENABLE_UPGRADES} >:O2::TRKSimulation>)
152131
153132o2_add_test_root_macro(checkTOFMatching.C
154133 PUBLIC_LINK_LIBRARIES O2::GlobalTracking
You can’t perform that action at this time.
0 commit comments