Skip to content

Commit 8dc5108

Browse files
committed
COMP: Add ITKZLIB private dependency to ITKReview
itkVoxBoCUBImageIO.cxx calls itkzlib_gz* but ITKZLIB was dropped from the link closure when module dependencies moved to COMPILE_DEPENDS (ada67f6), leaving libITKReview with undefined zlib symbols in shared-library builds. Assisted-by: Claude Code — root-cause analysis from ITKSphinxExamples CI logs
1 parent b3f7244 commit 8dc5108

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/Nonunit/Review/itk-module.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)