Skip to content

Commit

Permalink
DPL: Use JAliEn:JAliEn rather than XRootD::Client to enable support
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Dec 18, 2020
1 parent c917590 commit 04738cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/AnalysisSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Given GCC 7.3 does not provide std::filesystem we use Boost instead
# Drop this once we move to GCC 8.2+

if(TARGET XRootD::Client)
if(TARGET JAliEn::JAliEn)
set(EXTRA_TARGETS XRootD::Client JAliEn::JAliEn)
endif()

Expand Down

0 comments on commit 04738cb

Please sign in to comment.