Page MenuHomePhabricator

MITK does not build with CMake 3.14
Closed, ResolvedPublic

Description

CMake 3.14 uses another approach for setting the target platform (e. g. x64/Win64 or x86/Win32) that we do not yet pass to our third-party dependencies. You will get countless build errors like "module machine type 'x86' conflicts with target machine type 'x64'".