Skip to content

Commit 3ccba41

Browse files
committed
ENH: Add undeclared test dependency on MetaIO
1 parent e698b32 commit 3ccba41

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

itk-module.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ set( DOCUMENTATION "This module contains ImageIO classes for reading microscopy
22
images (mostly TIFF based) readable by the OpenSlide library,
33
https://openslide.org.")
44

5-
itk_module( IOOpenSlide
5+
itk_module(IOOpenSlide
66
DEPENDS
77
ITKIOImageBase
88
TEST_DEPENDS
99
ITKTestKernel
10+
ITKIOMeta
1011
ENABLE_SHARED
1112
FACTORY_NAMES
1213
ImageIO::OpenSlide
1314
DESCRIPTION
1415
"${DOCUMENTATION}"
1516
EXCLUDE_FROM_DEFAULT
17+
ENABLE_SHARED
1618
)

0 commit comments

Comments
 (0)