From e247b57fc4674db98bd0a41e571e8b4febd5135b Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Fri, 18 Nov 2022 11:55:23 +0100
Subject: [PATCH] Prepare for FairRoot v18.8

Exclude tutorial/TaskToAlgo from build. The code needs to use the boost
serializer for the MCPoint classes. The necessary code was removed from the
FairMCPoint base class such that the compilation currently fails.
The feature can be brought back adding another header file but before adding
it I would like to discuss if this is needed at all.
---
 tutorials/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
index d91bacf74a..c52a048008 100644
--- a/tutorials/CMakeLists.txt
+++ b/tutorials/CMakeLists.txt
@@ -1 +1 @@
-add_subdirectory(TaskToAlgo)
+#add_subdirectory(TaskToAlgo)
-- 
GitLab