Skip to content

Don't warn when compiler ID is AppleClang rather than Clang

Guilherme Amadio requested to merge apple-clang-no-warning into master

Newer versions of Clang on Mac OS identify themselves as AppleClang rather than Clang. This commit adds logic to avoid a warning at configuration time if that is the case.

Merge request reports