[cmake-developers] CMake identifies MacOSX10.7-Xcode43-ub as GNU, but it runs clang.

Brad King brad.king at kitware.com
Wed Apr 30 09:19:01 EDT 2014


On 04/29/2014 11:01 AM, Brad King wrote:
>  Xcode: Use sysroot and deployment target to identify compiler
>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cce556b

Okay, that worked.

> I've reverted my change to the machine-specific dashboard
> script.

Since Tests/CMakeLists.txt is still processed by the older
CMake used to run the dashboard it still detects GNU as the
compiler id and activates this test.  Then the test fails
because it is hard-coded to support only GNU and not Clang
or AppleClang.

-Brad




More information about the cmake-developers mailing list