File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -400,9 +400,9 @@ endif()
400400
401401if (root7)
402402 set (root7_veto analysis/dataframe/df013_InspectAnalysis.C
403- tutorials/ visualisation/webgui/browserv7/browser.cxx
404- tutorials/ visualisation/webgui/browserv7/filedialog.cxx
405- tutorials/ visualisation/webgui/fitpanelv7/fitpanel6.cxx
403+ visualisation/webgui/browserv7/browser.cxx
404+ visualisation/webgui/browserv7/filedialog.cxx
405+ visualisation/webgui/fitpanelv7/fitpanel6.cxx
406406 )
407407 if (NOT dataframe)
408408 list (APPEND root7_veto visualisation/rcanvas/df104.py)
@@ -519,11 +519,11 @@ set(all_veto hsimple.C
519519
520520file (GLOB_RECURSE tutorials RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.C)
521521if (webgui)
522- file (GLOB_RECURSE visualisation/ tutorials_webcanv RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/webcanv/*.cxx)
523- list (APPEND tutorials ${visualisation/ tutorials_webcanv})
522+ file (GLOB_RECURSE tutorials_webcanv RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/webcanv/*.cxx)
523+ list (APPEND tutorials ${tutorials_webcanv} )
524524endif ()
525525if (root7 AND webgui)
526- file (GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/rcanvas/*.cxx tutorials/ visualisation/webgui/browserv7/*.cxx tutorials/ visualisation/webgui/fitpanelv7/*.cxx)
526+ file (GLOB_RECURSE tutorials_exp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} visualisation/rcanvas/*.cxx visualisation/webgui/browserv7/*.cxx visualisation/webgui/fitpanelv7/*.cxx)
527527 list (APPEND tutorials ${tutorials_exp} )
528528endif ()
529529file (GLOB tutorials_veto RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${all_veto} )
You can’t perform that action at this time.
0 commit comments