• Barry K. Nathan's avatar
    Fix build with cc from Apple LLVM · cf975f59
    Barry K. Nathan authored
    On Xcode 4.x and above (I tested Xcode 4.6.3 on 10.7.5 and Xcode 5.5.1 on 10.9.2), cmake (2.8.12.2, whether from MacPorts or from clang.org, FWIW) is detecting /usr/bin/cc as Clang, but CMAKE_COMPILER_IS_CLANG is not getting set, so the tests aren't being built. (There may have been other build problems as well, but the fact that the tests weren't being built was by far the most obvious problem.)
    
    Checking the compiler ID detected by cmake, rather than the name of the command used to invoke the compiler, fixes this.
    cf975f59