summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-Intel-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-19 12:20:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-04-19 12:20:15 (GMT)
commit541b53375de703ad5bb7a90cd72beefbb5452f96 (patch)
tree913b7a40a9be498ee67510625a7048fb84a14dc9 /Modules/Platform/Darwin-Intel-CXX.cmake
parent67752aece33ca0643a354ce0f2037afc66d15bfc (diff)
parent459739678443d2d2074d6e1475e4267c6c110e05 (diff)
downloadCMake-541b53375de703ad5bb7a90cd72beefbb5452f96.zip
CMake-541b53375de703ad5bb7a90cd72beefbb5452f96.tar.gz
CMake-541b53375de703ad5bb7a90cd72beefbb5452f96.tar.bz2
Merge topic '17870-effective-system-name'
4597396784 Apple: Use include_guard() within compiler config e95b3fd9bb Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info 84f9f63fcc Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler info 9fa0f2eb56 CMakeFindPackageMode: Perform platform-specific initialization Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1964
Diffstat (limited to 'Modules/Platform/Darwin-Intel-CXX.cmake')
-rw-r--r--Modules/Platform/Darwin-Intel-CXX.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/Darwin-Intel-CXX.cmake b/Modules/Platform/Darwin-Intel-CXX.cmake
deleted file mode 100644
index 90ae53b..0000000
--- a/Modules/Platform/Darwin-Intel-CXX.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-include(Platform/Darwin-Intel)
-__darwin_compiler_intel(CXX)