Skip to content
Snippets Groups Projects
Commit 3fae1340 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

PhotonEfficiencyCorrection: cmake fix

Fix spelling of boost cmake variables.


Former-commit-id: 1a3335cf
parent 212c548a
No related branches found
No related tags found
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