Skip to content

Commit 785f144

Browse files
committed
suppress if (ENABLE_UPGRADES) in the CMakefile
1 parent 1577c7e commit 785f144

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

Steer/DigitizerWorkflow/CMakeLists.txt

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
if (ENABLE_UPGRADES)
1312
o2_add_executable(digitizer-workflow
1413
COMPONENT_NAME sim
1514
SOURCES src/CTPDigitizerSpec.cxx
@@ -69,63 +68,6 @@ o2_add_executable(digitizer-workflow
6968
$<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Simulation>
7069
$<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Workflow>
7170
$<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Align>)
72-
else()
73-
o2_add_executable(digitizer-workflow
74-
COMPONENT_NAME sim
75-
SOURCES src/CTPDigitizerSpec.cxx
76-
src/FT0DigitizerSpec.cxx
77-
src/FV0DigitizerSpec.cxx
78-
src/FDDDigitizerSpec.cxx
79-
src/GRPUpdaterSpec.cxx
80-
src/HMPIDDigitizerSpec.cxx
81-
src/ITSMFTDigitizerSpec.cxx
82-
src/MCHDigitizerSpec.cxx
83-
src/MIDDigitizerSpec.cxx
84-
src/PHOSDigitizerSpec.cxx
85-
src/CPVDigitizerSpec.cxx
86-
src/SimReaderSpec.cxx
87-
src/SimpleDigitizerWorkflow.cxx
88-
src/TPCDigitRootWriterSpec.cxx
89-
src/TPCDigitizerSpec.cxx
90-
src/ZDCDigitizerSpec.cxx
91-
src/TOFDigitizerSpec.cxx
92-
PUBLIC_LINK_LIBRARIES O2::Framework
93-
O2::Steer
94-
O2::CommonConstants
95-
O2::EMCALSimulation
96-
O2::EMCALWorkflow
97-
O2::FT0Simulation
98-
O2::FV0Simulation
99-
O2::FDDSimulation
100-
O2::CTPSimulation
101-
O2::CTPWorkflowIO
102-
O2::FDDWorkflow
103-
O2::HMPIDSimulation
104-
O2::ITSMFTSimulation
105-
O2::ITSSimulation
106-
O2::ITSMFTWorkflow
107-
O2::MCHSimulation
108-
O2::MCHMappingImpl4
109-
O2::MCHIO
110-
O2::MCHDigitFiltering
111-
O2::MFTSimulation
112-
O2::MIDSimulation
113-
O2::MIDRaw
114-
O2::PHOSSimulation
115-
O2::CPVSimulation
116-
O2::TOFSimulation
117-
O2::TOFCalibration
118-
O2::TOFReconstruction
119-
O2::TOFWorkflowIO
120-
O2::TPCSimulation
121-
O2::TRDSimulation
122-
O2::TRDWorkflow
123-
O2::DataFormatsTRD
124-
O2::ZDCSimulation
125-
O2::ZDCWorkflow
126-
O2::DetectorsRaw
127-
)
128-
endif()
12971

13072

13173
o2_add_executable(mctruth-testworkflow

0 commit comments

Comments
 (0)