Skip to content

Commit cbc3ea0

Browse files
committed
COMP: Declare ITKEigen3 compile dependency in Montage
itkTileMontage.hxx includes itk_eigen.h but relied on the include path arriving transitively through ITKCommon's dependency chain.
1 parent 8dc5108 commit cbc3ea0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/Registration/Montage/itk-module.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ itk_module(
1717
ITKIOImageBase
1818
ITKImageFrequency
1919
ITKDoubleConversion
20+
COMPILE_DEPENDS
21+
ITKEigen3
2022
TEST_DEPENDS
2123
ITKIOTransformInsightLegacy
2224
ITKTestKernel

0 commit comments

Comments
 (0)