From 431e8c75c25ed2c48d9a547db50e70c118094210 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sun, 22 Dec 2024 10:26:02 +0100 Subject: [PATCH] [cmake] Remove useless line in the tutorials setup --- tutorials/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 82ffcdeabdd2b..054b30cbd0cda 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -572,7 +572,6 @@ foreach(tname histfactory-hf001_example roostats-StandardTestStatDistributionDemo roostats-TwoSidedFrequentistUpperLimitWithBands) set(${tname}-depends tutorial-roostats-CreateExampleFile-py) - set(${tname}-py-depends tutorial-roostats-CreateExampleFile-py) endforeach() #--dependency for TMVA tutorials