Skip to content
Snippets Groups Projects
Commit e8352d30 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Veto Lengendre.py if no mathmore

parent 02373d9f
Branches
Tags
No related merge requests found
......@@ -345,6 +345,10 @@ if(ROOT_python_FOUND)
histfactory/makeQuickModel.py # not a tutorial
eve/lineset.py # requires GUI
)
if(NOT ROOT_mathmore_FOUND)
list(APPEND pyveto math/Legendre.py)
endif()
list(REMOVE_ITEM pytutorials ${pyveto})
if(ROOT_CLASSIC_BUILD)
set(classic_veto_py dataframe/tdf*.py)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment