Skip to content

DerivationFramework: cmake cleanup

Frank Winklmeier requested to merge fwinkl/athena:cmake_phys1 into master

Cleanup the cmake configuration of all packages under PhysicsAnalysis/DerivationFramework, i.e. almost all these packages defined a regular library (atlas_add_library) that nobody depended on. Remove that library and only build a component library. Also:

  • remove atlas_depends_on_subdirs
  • update link dependencies of component library

Merge request reports