Skip to content

AthenaBaseComps: Add missing Boost dependency

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

AthMessaging is using boost::thread_specific_ptr but the package did not link against the boost thread library (presumably it got it from another dependency).

Also remove the atlas_depends_on_subdirs declarations.

Merge request reports