Skip to content
Snippets Groups Projects
Commit dc48bda7 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cmake.CaloTriggerTool-20201207' into 'master'

CaloTriggerTool: cmake fix

See merge request !38943
parents bddf591f 2b136b9c
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38943CaloTriggerTool: cmake fix
......@@ -10,7 +10,7 @@ atlas_add_library( CaloTriggerToolLib
PUBLIC_HEADERS CaloTriggerTool
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
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
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