Skip to content

Fix itk packaging

Guillaume Pasero requested to merge fix_itk_packaging into release-6.6

ITK libraries (such as ITKTransformFactory) were missing in the package, because OTB doesn't drag them.

The ITK targets are now parsed to build the package, so that find_package(ITK) works fine.

Merge request reports