Skip to content

Commit 04738cb

Browse files
committed
DPL: Use JAliEn:JAliEn rather than XRootD::Client to enable support
1 parent c917590 commit 04738cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/AnalysisSupport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Given GCC 7.3 does not provide std::filesystem we use Boost instead
1212
# Drop this once we move to GCC 8.2+
1313

14-
if(TARGET XRootD::Client)
14+
if(TARGET JAliEn::JAliEn)
1515
set(EXTRA_TARGETS XRootD::Client JAliEn::JAliEn)
1616
endif()
1717

0 commit comments

Comments
 (0)