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 merge requests found
...@@ -53,8 +53,8 @@ atlas_add_dictionary( PhotonEfficiencyCorrectionDict ...@@ -53,8 +53,8 @@ atlas_add_dictionary( PhotonEfficiencyCorrectionDict
# Executable(s) in the package: # Executable(s) in the package:
atlas_add_executable( PrintPhotonSF atlas_add_executable( PrintPhotonSF
util/PrintPhotonSF.cxx util/PrintPhotonSF.cxx
INCLUDE_DIRS ${BOOST_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${BOOST_LIBRARIES} ${ROOT_LIBRARIES} LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES}
PhotonEfficiencyCorrectionLib ) PhotonEfficiencyCorrectionLib )
if( XAOD_STANDALONE ) 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