InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

COMP: Use CMake 3.18.3 #98

Closed thewtex closed 3 years ago

thewtex commented 3 years ago

Work around a regression in CMake 3.19.1 causing configuration errors:

CMake Error: install(EXPORT "ITKTargets" ...) includes target "gdcmjpeg8"

xref: https://gitlab.kitware.com/cmake/cmake/-/issues/21529

Install CMake 3.18.3.

thewtex commented 3 years ago

CMake change looks OK, but XCode version did not seem to have helped?

Updates were also required to the ITKPythonBuilds. Fixed now, and we have a more robust configuration going forward.