Skip to content
Snippets Groups Projects
Commit 497a7f7e authored by Axel Naumann's avatar Axel Naumann
Browse files

[CMake] Disable tutorials/tmva/envelope/*.C if TMVA is off (ROOT-9844).

parent 31fd1e56
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ set(gui_veto fit/fitpanel_playback.C
eve/*.C)
if (NOT ROOT_tmva_FOUND)
set(tmva_veto tmva/*.C tmva/*.py tmva/keras/*.C tmva/keras/*.py)
set(tmva_veto tmva/*.C tmva/*.py tmva/envelope/*.C tmva/keras/*.C tmva/keras/*.py)
else()
#---These do not need to run for TMVA
set(tmva_veto tmva/createData.C)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment