Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Modules/IO/DCMTK/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ href=\"https://dicom.offis.de/dcmtk/\">DCMTK</a> DCMTK is a collection of librar
itk_module(
ITKIODCMTK
ENABLE_SHARED
DEPENDS
ITKIOImageBase
PRIVATE_DEPENDS
ITKDCMTK
ITKIOImageBase
TEST_DEPENDS
ITKTestKernel
ITKImageIntensity
Expand Down
1 change: 0 additions & 1 deletion Modules/IO/GE/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ itk_module(
ENABLE_SHARED
DEPENDS
ITKIOIPL
PRIVATE_DEPENDS
ITKIOImageBase
TEST_DEPENDS
ITKTestKernel
Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/LSM/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ itk_module(
ITKIOLSM
DEPENDS
ITKIOTIFF
ITKIOImageBase
ENABLE_SHARED
PRIVATE_DEPENDS
ITKIOImageBase
ITKTIFF
TEST_DEPENDS
ITKTestKernel
Expand Down
3 changes: 2 additions & 1 deletion Modules/IO/PhilipsREC/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ REC/PAR image files."
itk_module(
ITKIOPhilipsREC
ENABLE_SHARED
PRIVATE_DEPENDS
DEPENDS
ITKIOImageBase
PRIVATE_DEPENDS
ITKZLIB
TEST_DEPENDS
ITKTestKernel
Expand Down
Loading