extra-cmake-modules broken noarch support

2014-06-03 Thread Daniel Vrátil
Hi, I noticed that in ECM, the generated file in /usr/share/ECM/cmake/ECMConfigVersion.cmake contains an architecture check: # check that the installed version has the same 32/64bit-ness as the one which is currently searching: if(NOT ${CMAKE_SIZEOF_VOID_P} STREQUAL 4) math(EXPR

Re: extra-cmake-modules broken noarch support

2014-06-03 Thread Alex Merry
On 03/06/14 13:08, Daniel Vrátil wrote: Hi, I noticed that in ECM, the generated file in /usr/share/ECM/cmake/ECMConfigVersion.cmake contains an architecture check: # check that the installed version has the same 32/64bit-ness as the one which is currently searching: if(NOT