Skip to content

Commit fa6ae4e

Browse files
committed
Undo adding AODToHepMC
1 parent b465869 commit fa6ae4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Generators/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ o2_add_library(Generators
5050
$<$<BOOL:${pythia_FOUND}>:src/DecayerPythia8Param.cxx>
5151
$<$<BOOL:${HepMC3_FOUND}>:src/GeneratorHepMC.cxx>
5252
$<$<BOOL:${HepMC3_FOUND}>:src/GeneratorHepMCParam.cxx>
53-
$<$<BOOL:${HepMC3_FOUND}>:src/AODToHepMC.cxx>
5453
PUBLIC_LINK_LIBRARIES FairRoot::Base O2::SimConfig O2::CommonUtils O2::DetectorsBase O2::ZDCBase
5554
O2::SimulationDataFormat ${pythia6Target} ${pythiaTarget} ${hepmcTarget}
5655
FairRoot::Gen
@@ -107,7 +106,6 @@ endif()
107106
if(HepMC3_FOUND)
108107
list(APPEND headers include/Generators/GeneratorHepMC.h)
109108
list(APPEND headers include/Generators/GeneratorHepMCParam.h)
110-
list(APPEND headers include/Generators/AODToHepMC.h)
111109
endif()
112110

113111
o2_target_root_dictionary(Generators HEADERS ${headers})

0 commit comments

Comments
 (0)