Skip to content

Commit 8217a11

Browse files
committed
[cmake] fix visualisation tutorials listing
1 parent ffdab66 commit 8217a11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ endif()
400400

401401
if(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

520520
file(GLOB_RECURSE tutorials RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.C)
521521
if(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})
524524
endif()
525525
if(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})
528528
endif()
529529
file(GLOB tutorials_veto RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${all_veto})

0 commit comments

Comments
 (0)