From f525014bf0a84abcf65b73f88dcbecfd510ac05c Mon Sep 17 00:00:00 2001 From: Tadej Novak <tadej.novak@cern.ch> Date: Tue, 17 Nov 2020 13:40:10 +0100 Subject: [PATCH] ElectronPhotonID: Fix CMake typos --- .../ElectronPhotonFourMomentumCorrection/CMakeLists.txt | 2 +- .../ElectronPhotonID/ElectronPhotonSelectorTools/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/CMakeLists.txt b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/CMakeLists.txt index 655da139f10..5505e4ba604 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/CMakeLists.txt +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/CMakeLists.txt @@ -18,7 +18,7 @@ atlas_add_library( ElectronPhotonFourMomentumCorrectionLib ElectronPhotonFourMomentumCorrection/*.h Root/*.cxx PUBLIC_HEADERS ElectronPhotonFourMomentumCorrection INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - PRIVATE_INCUDE_DIRS ${Boost_INCLUDE_DIRS} + PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools AsgMessagingLib xAODCaloEvent xAODEgamma xAODEventInfo PATInterfaces EgammaAnalysisInterfacesLib PATCoreAcceptLib xAODRootAccess xAODTracking diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/CMakeLists.txt b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/CMakeLists.txt index 5648f334af9..9d050bda770 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/CMakeLists.txt +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/CMakeLists.txt @@ -40,7 +40,7 @@ if( XAOD_STANDALONE ) atlas_add_executable( EGIdentification_testEGIdentificationPoints util/testEGIdentificationPoints.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES LINK_LIBRARIES ${ROOT_LIBRARIES} AsgMessagingLib AsgTools + LINK_LIBRARIES ${ROOT_LIBRARIES} AsgMessagingLib AsgTools EgammaAnalysisInterfacesLib ElectronPhotonSelectorToolsLib PATCoreAcceptLib xAODCore xAODEgamma ) -- GitLab