[CMake] Adding cross-compiler support to CMake ...

William A. Hoffman billlist at nycap.rr.com
Fri Sep 8 11:35:16 EDT 2006


At 11:03 AM 9/8/2006, Benjamin Reed wrote:
>On 9/6/06, Brandon J. Van Every <bvanevery at gmail.com> wrote:
>
>I don't know if this is what he meant, but at least as far as
>universal binaries are concerned, TRY_COMPILE *can* cause issues.
>
>For example, there are a number of autotool'd things that I have built
>as universal binaries which fail to build out of the box because they
>do:
>
>* checking endianness... big endian

The check for big endian is a try-run and not a try-compile.
There should be no issues with try-compile and universal binaries.
The trouble is with try-run.

-Bill




More information about the CMake mailing list