Re: [cmake-developers] Question about cross-compilation concept in CMake

2014-03-03 Thread Brad King
On 03/01/2014 08:53 AM, Jiri Malak wrote: I am working on full cross-compilation stuff for Open Watcom toolchain in CMake. I study CMake internals, but I am not sure what is prefered method for cross-compilation by CMake. I see two concept one for Microsoft compilers where each target

Re: [cmake-developers] Question about cross-compilation concept in CMake

2014-03-03 Thread Jiri Malak
On 03/01/2014 08:53 AM, Jiri Malak wrote: I am working on full cross-compilation stuff for Open Watcom toolchain in CMake. I study CMake internals, but I am not sure what is prefered method for cross-compilation by CMake. I see two concept one for Microsoft compilers where each target

Re: [cmake-developers] Question about cross-compilation concept in CMake

2014-03-03 Thread Brad King
On 03/03/2014 11:46 AM, Jiri Malak wrote: It is hard for me to find some CMake concept document CMake 3.0 introduced new manuals that may help, such as cmake-buildsystem(7) and cmake-toolchains(7): http://www.cmake.org/cmake/help/v3.0/manual/cmake-buildsystem.7.html

[cmake-developers] Question about cross-compilation concept in CMake

2014-03-01 Thread Jiri Malak
Hi, I am working on full cross-compilation stuff for Open Watcom toolchain in CMake. I study CMake internals, but I am not sure what is prefered method for cross-compilation by CMake. I see two concept one for Microsoft compilers where each target platform has own generator and second one is