Skip to content
Snippets Groups Projects
Commit 55378a6a authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cmake.PhotonEfficiencyCorrection-20180326' into 'master'

PhotonEfficiencyCorrection: cmake fix

See merge request atlas/athena!10028
parents b1026c04 1a3335cf
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ atlas_add_dictionary( PhotonEfficiencyCorrectionDict
# Executable(s) in the package:
atlas_add_executable( PrintPhotonSF
util/PrintPhotonSF.cxx
INCLUDE_DIRS ${BOOST_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${BOOST_LIBRARIES} ${ROOT_LIBRARIES}
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES}
PhotonEfficiencyCorrectionLib )
if( XAOD_STANDALONE )
......
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