2013/3/17 Alexander Neundorf <[email protected]>:
> On Friday 15 March 2013, Florian Reinhard wrote:
>> I'm testing the next branch at the moment.
>> Changes i noticed:
>> setting the following options is no longer required (yay!):
>> SET (CMAKE_C_COMPILER_WORKS   1)
>> SET (CMAKE_CXX_COMPILER_WORKS 1)
>> #skip ABI checks
>> SET (CMAKE_DETERMINE_C_ABI_COMPILED   1)
>> SET (CMAKE_DETERMINE_CXX_ABI_COMPILED 1)
>> SET (CMAKE_DETERMINE_ASM_ABI_COMPILED 1)
>>
>> compiling with 6.2.22 works fine so far
>
> you also should not have to set CMAKE_AR and CMAKE_STRIP manually, they should
> be found now automatically.

i figured, that this only works if CMAKE_SYSTEM_NAME is set, which i
didn't do before
this did the trick:
set (CMAKE_SYSTEM_NAME "Generic")
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to