Skip to content

Update the vtkDICOM remote module to 0.7.10.

David Gobbi requested to merge dgobbi/vtk:remote-vtk-dicom into master

The dependencies in the module.cmake files for the various VTK were recently cleaned up to minimize module inter-dependencies, and this unfortunately caused the unmarked dependency of vtkDICOM on the VTK module vtkCommonSystem to be exposed. So the v0.7.10 release of vtk-dicom exists to remove this dependency.

Merge request reports