Skip to content

Fix Wrapping/Tcl => Rendering/Tk dependency direction

Fix vtkRenderingTkTcl-cursor3D failure on vtk nightly dashboard.

Our module dependency update sweep accidentally recorded this dependency in the wrong direction. Fix the dependency so that the vtk executable can use components from the vtkRenderingTk module, such as vtkTkImageViewerWidget.

This fixes a vtkRenderingTkTcl-cursor3D test failure.

Merge request reports