Skip to content
Merged
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 CMake/ITKModuleMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ include(GenerateExportHeader)
# dependent modules:
# DEPENDS = Modules that will be publicly linked to this module
# PRIVATE_DEPENDS = Modules that will be privately linked to this module
# COMPILE_DEPENDS = Modules that are needed at compile time by this module
# COMPILE_DEPENDS = (deprecated) Modules that are needed at compile time by
# this module; prefer DEPENDS or PRIVATE_DEPENDS
# TEST_DEPENDS = Modules that are needed by this modules testing executables
# DESCRIPTION = Free text description of the module
# FACTORY_NAMES = List of <factories>::<formats> to register
Expand Down
2 changes: 2 additions & 0 deletions Modules/Nonunit/Review/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ itk_module(
ITKReview
DEPENDS
ITKIOImageBase
PRIVATE_DEPENDS
ITKZLIB
COMPILE_DEPENDS
ITKAnisotropicSmoothing
ITKAntiAlias
Expand Down
1 change: 1 addition & 0 deletions Modules/Registration/Montage/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ itk_module(
ITKIOImageBase
ITKImageFrequency
ITKDoubleConversion
ITKEigen3
Comment thread
hjmjohnson marked this conversation as resolved.
TEST_DEPENDS
ITKIOTransformInsightLegacy
ITKTestKernel
Expand Down
Loading