Skip to content

CMake cleanup: Remove un-needed dependencies of Acts packages on G4AtlasX packages

The creation of the ActsGeantFollower package migrated all of Acts' direct Geant4 dependencies into that package. This MR is a simple CMake script clean-up to remove linking of ActsGeometry and ActsTrkFitting to the Geant4-using G4AtlasInterfaces and G4AtlasToolsLib packages which are not used by these Acts packages.

Identified during work on ATLASSIM-3150 (!49938 (merged))

Merge request reports