compilation options for cmake (on windows) for ARM target system but when I run configure it\'s starting compiler tests:
CMake Error at D:/Program Files/CMake 2.
If you're just compiling a static library and you want to avoid having CMake test that the compiler can generate binaries, you can set the variable CMAKE_TRY_COMPILE_TARGET_TYPE.
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)