Skip to content

Commit 2209183

Browse files
committed
COMP: Add missing module dependency on ITKIOImageBase
Fixing compile error which occurs during wrapping: C:/Dev/ITK-vs22/Wrapping/castxml_inputs/itkScancoImageIO.cxx:1:10: fatal error: 'itkCommand.h' file not found
1 parent ab86ac6 commit 2209183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itk-module.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ file(READ "${MY_CURRENT_DIR}/README.rst" DOCUMENTATION)
1010

1111
# define the dependencies of the include module and the tests
1212
itk_module(IOScanco
13-
PRIVATE_DEPENDS
13+
DEPENDS
1414
ITKIOImageBase
1515
TEST_DEPENDS
1616
ITKTestKernel

0 commit comments

Comments
 (0)