From 1e2b43d69f8171905c0f36ded3e6eeb4c581bc56 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Wed, 29 May 2024 19:49:45 +0200 Subject: [PATCH] Fix problem with timeonaxis tutorials (#15679) After last modification they shouid be removed from list of tutorials returning not void value. --- tutorials/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 9f3ba8b5d6fed..15465bbe685c4 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -484,9 +484,6 @@ set(returncode_1 fit/fit2a.C graphics/earth.C graphics/pavetext.C graphics/tmathtext.C graphics/tmathtext2.C - graphs/timeonaxis.C - graphs/timeonaxis2.C - graphs/timeonaxis3.C graphs/exclusiongraph.C graphs/graphstruct.C hist/ContourList.C