[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:34:23 EDT 2014


On 04/30/2014 09:19 AM, Brad King wrote:
> 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.

I see you already fixed that:

 Tests: Rely on compiler id from new CMake, not the old one.
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0e10173

Thanks,
-Brad




More information about the cmake-developers mailing list