Skip to content
Snippets Groups Projects

AtlasGeant4: Disable the as-needed flag when linking.

Merged Scott Snyder requested to merge ssnyder/athena:link.AtlasGeant4-20220518 into master
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -148,6 +148,9 @@ if( NOT SIMULATIONBASE )
TrkG4UserActions )
endif()
# Need to disable as-needed, as libraries are not necessarily
# ordered correctly with respect to objects.
atlas_disable_as_needed()
# Shared library that only tests should link to, composed of library OBJECTs
atlas_add_library( AtlasGeant4Lib
Loading