Blob Blame History Raw
From fae9b92742c5e991ad33769d1357a721838e93f9 Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Fri, 17 Nov 2023 11:37:23 +0100
Subject: [PATCH 1/3] Add fit/exampleFit3D.C to clad veto

---
 tutorials/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index 5cba95407b..81f6539f03 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -74,7 +74,8 @@ if(NOT ROOT_minuit2_FOUND)
 #---Tutorials disabled depending on the build components-------------
 
 if(NOT clad)
-  set(clad_veto fit/minuit2GausFit.C)
+  set(clad_veto fit/minuit2GausFit.C
+                fit/exampleFit3D.C)
 endif()
 
 # RBatchGenerator tutorials need Python 3.8+.
-- 
2.42.0