summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-Clang-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* OS X: Add platform-specific Clang compiler info files (#13536)Brad King2012-09-171-0/+2
Clang has the same interface as GNU except that we do not need to test for the deployment target and sysroot flags. Simply set variables CMAKE_${lang}_HAS_ISYSROOT CMAKE_${lang}_OSX_DEPLOYMENT_TARGET_FLAG to true because every version of Clang available on OS X supports these flags.