diff --git a/Reconstruction/Jet/JetEDM/CMakeLists.txt b/Reconstruction/Jet/JetEDM/CMakeLists.txt index 13439771241f350a5b55f8a825e871432e66f9c4..d1741397d97e2bcdbc460d5438ac4a55a042d0be 100644 --- a/Reconstruction/Jet/JetEDM/CMakeLists.txt +++ b/Reconstruction/Jet/JetEDM/CMakeLists.txt @@ -21,7 +21,7 @@ find_package( FastJet ) atlas_add_library( JetEDM Root/*.cxx PUBLIC_HEADERS JetEDM - PRIVATE_INCLUDE_DIRS ${FASTJET_INCLUDE_DIRS} + INCLUDE_DIRS ${FASTJET_INCLUDE_DIRS} LINK_LIBRARIES AsgTools xAODBase xAODJet xAODTracking PRIVATE_LINK_LIBRARIES ${FASTJET_LIBRARIES} xAODMuon )