From 01e4888605fdaf65272968b19976771aa9f4aece Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Fri, 18 Dec 2020 10:19:14 +0100 Subject: [PATCH] DPL: Use JAliEn:JAliEn rather than XRootD::Client to enable support --- Framework/AnalysisSupport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/AnalysisSupport/CMakeLists.txt b/Framework/AnalysisSupport/CMakeLists.txt index ceed68342364c..f4eab0b534731 100644 --- a/Framework/AnalysisSupport/CMakeLists.txt +++ b/Framework/AnalysisSupport/CMakeLists.txt @@ -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()