On Monday 14 February 2011, Steven Wilson wrote: > My apologies if this question has been asked and answered previously. I > have a CMake system that I use for cross compilation for iOS software (ie > reset CMAKE_C_COMPILER, etc...).
How do you do that ? You have to set CMAKE_C_COMPILER, CMAKE_CXX_COMPILER and CMAKE_SYSTEM_NAME. And they have to be set so that they stay the same later on, e.g. by using a "toolchain file". Do you do it that way or in some other way ? Do you use the makefile generator or xcode ? Alex _______________________________________________ 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
