It seems like the minor upgrade will get rid of the CMake v3.28 issue on Windows.
A trivial bug needs to be fixed in MatchPoint, where a wrong class name was C&Ped into an ITK class macro that now complains with a static assert.
It seems like the minor upgrade will get rid of the CMake v3.28 issue on Windows.
A trivial bug needs to be fixed in MatchPoint, where a wrong class name was C&Ped into an ITK class macro that now complains with a static assert.
rMITK MITK | |||
Restricted Differential Revision | rMITK5f362d09ac17 Upgrade ITK from v5.4 RC 2 to v5.4.0 | ||
Restricted Differential Revision | rMITKf2261e100c19 Migrate MatchPoint to latest ITK upgrade | ||
Restricted Differential Revision | rMITKfad30d88c5b6 Fix class names in itkTypeMacro for Exception class | ||
Restricted Differential Revision | rMITK61a75c9e9d52 Use ITK's Eigen instead of a separate dependency | ||
Restricted Differential Revision | rMITK2ef3ea1e6945 Make MatchPoint compatible to Ubuntu 20.04 and 22.04 |
I fixed MatchPoint with rMP6a425290639f: Merge branch 'T30456-FixWrongClassNameInITKMacro'.
ITK's Eigen interferes with our separate external dependency, so I will remove our own and change the dependencies to ITK's Eigen, which is just fine regarding its version.
Migration: