From 0fc4032a14754ad3632caf8a1cfd6ece99838c1f Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Thu, 30 Aug 2018 14:00:18 +0200
Subject: [PATCH] [DF] Correct typos which prevented exclusion of tutorials
 from test battery at 32bits

---
 tutorials/CMakeLists.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index e08375d2a88..02abfe37dd5 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -197,8 +197,7 @@ if(root7)
 endif()
 
 if( CMAKE_SIZEOF_VOID_P EQUAL 4 )
-  file(GLOB_RECURSE bits32_veto RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} dataframe/*.C)
-  list(APPEND bits32_veto tutorials/graphs/timeSeriesFromCSV.C)
+  set(bits32_veto dataframe/*.C graphs/timeSeriesFromCSV.C)
 endif()
 
 #---These ones are disabled !!! ------------------------------------
@@ -410,8 +409,7 @@ if(ROOT_python_FOUND)
     set(bits32_veto_py dataframe/*.py)
     file(GLOB bits32_veto_py RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} dataframe/*.py)
     list(REMOVE_ITEM pytutorials ${bits32_veto_py})
-    list(REMOVE_ITEM pytutorials tutorials/pyroot/pyroot002_TTreeAsMatrix.py)
-    list(REMOVE_ITEM pytutorials tutorials/pyroot/pyroot002_TTreeAsMatrix.py)
+    list(REMOVE_ITEM pytutorials pyroot/pyroot002_TTreeAsMatrix.py)
   endif()
 
   #---Python tutorials dependencies--------------------------------------
-- 
GitLab