summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-Clang-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-09-17 19:34:50 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-17 19:36:41 (GMT)
commit011d5a4b4704c745dcd1b5ae8bf58b7a14df30db (patch)
tree8c0ce508342785ad2ba4409e16aac21e59c88ac3 /Modules/Platform/Darwin-Clang-CXX.cmake
parent70169ec1bfa5adc4bc99c1777f44c6f8446bba04 (diff)
downloadCMake-011d5a4b4704c745dcd1b5ae8bf58b7a14df30db.zip
CMake-011d5a4b4704c745dcd1b5ae8bf58b7a14df30db.tar.gz
CMake-011d5a4b4704c745dcd1b5ae8bf58b7a14df30db.tar.bz2
OS X: Add platform-specific Clang compiler info files (#13536)
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.
Diffstat (limited to 'Modules/Platform/Darwin-Clang-CXX.cmake')
-rw-r--r--Modules/Platform/Darwin-Clang-CXX.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin-Clang-CXX.cmake b/Modules/Platform/Darwin-Clang-CXX.cmake
new file mode 100644
index 0000000..f8e8d88
--- /dev/null
+++ b/Modules/Platform/Darwin-Clang-CXX.cmake
@@ -0,0 +1,2 @@
+include(Platform/Darwin-Clang)
+__darwin_compiler_clang(CXX)