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

CaloTriggerTool: cmake fix

Fix typo in ROOT_LIBRARIES.
parent c3bc66e0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ atlas_add_library( CaloTriggerToolLib ...@@ -10,7 +10,7 @@ atlas_add_library( CaloTriggerToolLib
PUBLIC_HEADERS CaloTriggerTool PUBLIC_HEADERS CaloTriggerTool
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaBaseComps AthenaKernel CaloIdentifier GaudiKernel Identifier StoreGateLib TrigT1CaloCalibConditions LINK_LIBRARIES AthenaBaseComps AthenaKernel CaloIdentifier GaudiKernel Identifier StoreGateLib TrigT1CaloCalibConditions
PRIVATE_LINK_LIBRARIES LArCablingLib LArIdentifier ${ROOT_LIBARIES} ) PRIVATE_LINK_LIBRARIES LArCablingLib LArIdentifier ${ROOT_LIBRARIES} )
atlas_add_component( CaloTriggerTool atlas_add_component( CaloTriggerTool
src/components/*.cxx src/components/*.cxx
......
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