On 2017-11-27 22:16, James Price wrote: > Reproduced on my 32-bit VM. > > The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR > to determine whether the machine is i386, but on some systems the processor > is actually i686 or similar. Probably just needs to match against "i.86” > instead, which is what the old `fix-tests-i386.patch` used to do for > autotools.
Thanks. At least that is fixed in 0.14 :-) Andreas