From 04e7271512b7e9912c6e25c4bdf990cd986861b6 Mon Sep 17 00:00:00 2001 From: David Gobbi Date: Mon, 1 Aug 2022 15:43:27 -0600 Subject: [PATCH] Update the ref to vtkDICOM remote module Remove usage of the no-longer-existing VTK_IN_VTK definition. This change is needed or vtkDICOM/Testing will not build. --- Remote/vtkDICOM.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/vtkDICOM.remote.cmake b/Remote/vtkDICOM.remote.cmake index 1004beb08d..c430e01ffa 100644 --- a/Remote/vtkDICOM.remote.cmake +++ b/Remote/vtkDICOM.remote.cmake @@ -5,5 +5,5 @@ vtk_fetch_module(vtkDICOM "Dicom classes and utilities" GIT_REPOSITORY https://github.com/dgobbi/vtk-dicom - GIT_TAG 5eff7f1df7b7cd31ef95b5059c2774d3d71a2d0e + GIT_TAG 6afc15e53ba96e4463a5d7a2e9fb966f25b23eba )