Skip to content
Snippets Groups Projects
Commit a4823aaf authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'hepmc3_nightly_fixes_01022021_part_1' into 'master'

hepmc3 nightly fixes 01022021 part 1

See merge request atlas/athena!40256
parents a1d82f9f 3e38b80f
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ else() ...@@ -27,6 +27,8 @@ else()
GeneratorObjects/McEventDict.h GeneratorObjects/McEventDict.h
GeneratorObjects/selection.xml GeneratorObjects/selection.xml
LINK_LIBRARIES GeneratorObjects RootUtils ) LINK_LIBRARIES GeneratorObjects RootUtils )
add_library( HepMC3rootIO SHARED src/dummylibHepMC3rootIO.cxx)
set_target_properties (HepMC3rootIO PROPERTIES SOVERSION 3)
endif() endif()
# Install a dummy rootmap file to suppress loading the rootmap from hepmc3, # Install a dummy rootmap file to suppress loading the rootmap from hepmc3,
......
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
void TriggerDictionaryInitialization_libHepMC3rootIO() {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment