Skip to content

Commit 1e4e9b8

Browse files
authored
Merge pull request InsightSoftwareConsortium#5850 from blowekamp/fix_vtkimageio_deps
COMP: VTKImageIO publicly depends on ImageIOBase
2 parents a3a8973 + 5bf3d24 commit 1e4e9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/IO/VTK/itk-module.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ files in the \"legacy\" (non-XML) VTK file format."
77
itk_module(
88
ITKIOVTK
99
ENABLE_SHARED
10-
PRIVATE_DEPENDS
10+
DEPENDS
1111
ITKIOImageBase
1212
TEST_DEPENDS
1313
ITKTestKernel

0 commit comments

Comments
 (0)