Skip to content
Snippets Groups Projects

RingerSelectorTools+PATCore: Split off AcceptInfo/AcceptData into a separate library.

  1. Sep 11, 2020
  2. Sep 10, 2020
    • scott snyder's avatar
      PATCore: Split off AcceptInfo/AcceptData into a separate library. · 215bffa1
      scott snyder authored
      RingerSelectorToolsEnumDict needs to use AcceptData, but it can't
      depend on other Athena libaries.  Split off AcceptData and AcceptInfo
      into a separate library in order to allow for this.
      215bffa1
    • scott snyder's avatar
      RingerSelectorTools: Use PATCoreAccept instead of PATCore · 9b09b61a
      scott snyder authored
      RingerSelectorToolsEnumDict is loaded during configuration, and cannot
      depend on Athena libraries or we may see failures with loading converters.
      It depends on PATCore, which used to have minimal dependencies, but now
      depends on AthenaBaseComps.
      
      The pieces we need from PATCore were split into a separate library,
      so depend on that instead.
      
      Also clean up the cmake file.
      9b09b61a
Loading