Skip to content
  • Brad King's avatar
    Add policy CMP0025 for Apple Clang compiler id compatibility · aa53ee57
    Brad King authored
    The parent commit introduced a separate "AppleClang" compiler id for
    Apple's Clang distribution.  Add a policy in order to support projects
    that expect this compiler's id to be just "Clang".  When the policy is
    OLD or not set, map AppleClang back to Clang.  Continue to use the
    AppleClang id internally while enabling the language, but set the
    CMAKE_<LANG>_COMPILER_ID after project() or enable_language() to the
    compatible value for use by project code.
    aa53ee57