File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ include(GenerateExportHeader)
2121# dependent modules:
2222# DEPENDS = Modules that will be publicly linked to this module
2323# PRIVATE_DEPENDS = Modules that will be privately linked to this module
24- # COMPILE_DEPENDS = Modules that are needed at compile time by this module
24+ # COMPILE_DEPENDS = (deprecated) Modules that are needed at compile time by
25+ # this module; prefer DEPENDS or PRIVATE_DEPENDS
2526# TEST_DEPENDS = Modules that are needed by this modules testing executables
2627# DESCRIPTION = Free text description of the module
2728# FACTORY_NAMES = List of <factories>::<formats> to register
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ itk_module(
1010 ITKReview
1111 DEPENDS
1212 ITKIOImageBase
13+ PRIVATE_DEPENDS
14+ ITKZLIB
1315 COMPILE_DEPENDS
1416 ITKAnisotropicSmoothing
1517 ITKAntiAlias
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ itk_module(
1717 ITKIOImageBase
1818 ITKImageFrequency
1919 ITKDoubleConversion
20+ ITKEigen3
2021 TEST_DEPENDS
2122 ITKIOTransformInsightLegacy
2223 ITKTestKernel
You can’t perform that action at this time.
0 commit comments