From 5bf3d24301693f11c58bfc1b36e0402a9691b862 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Fri, 27 Feb 2026 16:25:42 +0000 Subject: [PATCH] COMP: VTKImageIO publicly depends on ImageIOBase --- Modules/IO/VTK/itk-module.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/IO/VTK/itk-module.cmake b/Modules/IO/VTK/itk-module.cmake index 371bf04f047..9ca8ebbd748 100644 --- a/Modules/IO/VTK/itk-module.cmake +++ b/Modules/IO/VTK/itk-module.cmake @@ -7,7 +7,7 @@ files in the \"legacy\" (non-XML) VTK file format." itk_module( ITKIOVTK ENABLE_SHARED - PRIVATE_DEPENDS + DEPENDS ITKIOImageBase TEST_DEPENDS ITKTestKernel