File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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()
107106if (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)
111109endif ()
112110
113111o2_target_root_dictionary (Generators HEADERS ${headers} )
You can’t perform that action at this time.
0 commit comments