Cmake configuration build fails on test big endian

Hello Oleg,

When you expecting issues with CMake - CMakeFiles/CMakeError.log is a good place to investigate what happens.
That file should have details about why the size check of unsigned {short,int,long} failed.

HTH.