Skip to content
Snippets Groups Projects
Commit a46358b5 authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'cmke' into 'master'

ElectronPhotonID: Fix CMake typos

See merge request atlas/athena!38332
parents c764a021 f525014b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 )
......
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