Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ if(root7)
list(APPEND root7_veto rcanvas/df104.py)
list(APPEND root7_veto rcanvas/df105.py)
list(APPEND root7_veto rcanvas/rbox.py)
#---RCanvas tests fail on Windows since Oct 25. We disable them focussing on the latest supported LTS release.
list(APPEND root7_veto rcanvas/rline.cxx)
list(APPEND root7_veto rcanvas/rline_style.cxx)
list(APPEND root7_veto rcanvas/rline_width.cxx)
endif()
else()
if(MSVC AND NOT win_broken_tests)
Expand Down
Loading