[CMake] FW: cmake newbie questions

Bill Hoffman bill.hoffman at kitware.com
Wed Jul 30 13:25:18 EDT 2008


Mike Jackson wrote:
> You are going to have to look through the CMake files and determine 
> where the "TEST_BIG_ENDIAN(variable)" is located. Then you will need to 
> put in some sort of conditional statement that says if you are compiling 
> for z/OS then set "variable" to "true".
> 
> 
This really sounds like a cross compiler.  In which case you should look 
here:
http://www.cmake.org/Wiki/CMake_Cross_Compiling

-Bill



More information about the CMake mailing list