Page MenuHomePhabricator

Use official ITK release tarball instead of snapshot
Closed, ResolvedPublic

Description

Currently ITK is downloaded from Github as snapshot tarball with all implications like triggering CMake to git submodule init after download. As the relevant fixes of that snapshot were merged into an official minor release later, we should switch to that instead to lower build times and to make builds more robust (they failed multiple times because the referenced submodules timed-out).