From d30fa64f3590f244eadec1cba99a423b142f3f9f Mon Sep 17 00:00:00 2001 From: Enrico Guiraud Date: Wed, 6 May 2020 13:24:11 +0200 Subject: [PATCH] Do not veto xrootd tutorials when using built-in xrootd `XROOTD_FOUND` is only set if using external xrootd. `xrootd` is set by both external xrootd and built-in xrootd. --- tutorials/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 322ed551e1bf4..fa5c2b15dd608 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -127,7 +127,7 @@ if(NOT ROOT_mpi_FOUND) set(mpi_veto io/testTMPIFile.C) endif() -if(NOT XROOTD_FOUND) +if(NOT xrootd) set(xrootd_veto dataframe/df101_h1Analysis.C dataframe/df102_NanoAODDimuonAnalysis.C dataframe/df103_NanoAODHiggsAnalysis.C