In the CMake wiki (http://www.cmake.org/Wiki/CMake_Cross_Compiling) it says 
clearly that the platform module are included in the following order;

Platform/${CMAKE_SYSTEM_NAME}.cmake (mandatory) 
Platform/${CMAKE_SYSTEM_NAME}-<compiler>.cmake (optional) 
Platform/${CMAKE_SYSTEM_NAME}-<compiler>-${CMAKE_SYSTEM_PROCESSOR}.cmake 
(optional)

However, in my project it seems that They are included in the reverse order to 
that. At least, Generic-gcc-${CMAKE_SYSTEM_PROCESSOR}.cmake is included before 
Generic-gcc.cmake.

Can someone kindly confirm. Is this a bug in cmake or an error in 
documentation?
-- 
Cheers!
Kishore
_______________________________________________
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