acil-bwh / ChestImagingPlatform

Chest Imaging Platform (CIP)
Other
55 stars 34 forks source link

COMP: Fix compatibility with ITK-5.2 #41

Closed lassoan closed 3 years ago

lassoan commented 3 years ago

Fixes build error with ITK-5.2:

D:\D\P\S-0-E-b\Chest_Imaging_Platform-build\CIP\CommandLineTools\SegmentLungAirways\SegmentLungAirways.cxx(1835,45): error C2039: 'PACK': is not a member of 'itk::MergeLabelMapFilter' [D:\D\P\S-0-E-b\Chest_Imaging_Platform-build\CIP-build\CommandLineTools\SegmentLungAirways\SegmentLungAirwaysLib.vcxproj] [D:\D\P\S-0-E-b\Chest_Imaging_Platform-build\CIP.vcxproj]

(https://slicer.cdash.org/viewBuildError.php?buildid=2370195)

lassoan commented 3 years ago

@rjosest it would be great if you could merge this. It is a trivial change that allows building Slicer's CIP extension in latest master (using ITK-5.2). Thank you!

lassoan commented 3 years ago

Thank you!