59989ef
From fae9b92742c5e991ad33769d1357a721838e93f9 Mon Sep 17 00:00:00 2001
59989ef
From: Mattias Ellert <mattias.ellert@physics.uu.se>
59989ef
Date: Fri, 17 Nov 2023 11:37:23 +0100
59989ef
Subject: [PATCH 1/3] Add fit/exampleFit3D.C to clad veto
59989ef
59989ef
---
59989ef
 tutorials/CMakeLists.txt | 3 ++-
59989ef
 1 file changed, 2 insertions(+), 1 deletion(-)
59989ef
59989ef
diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
59989ef
index 5cba95407b..81f6539f03 100644
59989ef
--- a/tutorials/CMakeLists.txt
59989ef
+++ b/tutorials/CMakeLists.txt
59989ef
@@ -74,7 +74,8 @@ if(NOT ROOT_minuit2_FOUND)
6d457ab
 #---Tutorials disabled depending on the build components-------------
59989ef
 
59989ef
 if(NOT clad)
59989ef
-  set(clad_veto fit/minuit2GausFit.C)
59989ef
+  set(clad_veto fit/minuit2GausFit.C
59989ef
+                fit/exampleFit3D.C)
59989ef
 endif()
59989ef
 
59989ef
 # RBatchGenerator tutorials need Python 3.8+.
59989ef
-- 
59989ef
2.42.0
59989ef