Skip to content
Snippets Groups Projects
Commit c9ea2489 authored by scott snyder's avatar scott snyder
Browse files

MuonMM_CnvTools: Remove unneeded dependencies on CLIDSvc and SGTools.

Preparing to remove CLIDSvc.




Former-commit-id: 6c3330e7
parent 47230be8
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaBaseComps
Control/CLIDSvc
Control/SGTools
Control/StoreGate
DetectorDescription/AtlasDetDescr
DetectorDescription/Identifier
......@@ -33,7 +31,7 @@ atlas_add_component( MuonMM_CnvTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ByteStreamData ByteStreamData_test GaudiKernel AthenaBaseComps SGTools StoreGateLib SGtests AtlasDetDescr Identifier ByteStreamCnvSvcBaseLib MuonContainerManager MuonReadoutGeometry MuonDigitContainer MuonIdHelpersLib MuonRDO MuonPrepRawData )
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ByteStreamData ByteStreamData_test GaudiKernel AthenaBaseComps StoreGateLib SGtests AtlasDetDescr Identifier ByteStreamCnvSvcBaseLib MuonContainerManager MuonReadoutGeometry MuonDigitContainer MuonIdHelpersLib MuonRDO MuonPrepRawData )
# Install files from the package:
atlas_install_headers( MuonMM_CnvTools )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment