summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-icpc.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-11 14:49:02 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-11 15:04:26 (GMT)
commit3693c63f2e42e14f319ffcd2046ecf8607f1a079 (patch)
tree9e2d78d2fca1f805e4f7ed615f50fb5f2ad457e1 /Modules/Platform/Darwin-icpc.cmake
parent418a155be7e44117297c072b6aa0f21f4407c052 (diff)
downloadCMake-3693c63f2e42e14f319ffcd2046ecf8607f1a079.zip
CMake-3693c63f2e42e14f319ffcd2046ecf8607f1a079.tar.gz
CMake-3693c63f2e42e14f319ffcd2046ecf8607f1a079.tar.bz2
OS X: Split Intel compiler information files
Create platform information modules Platform/Darwin-Intel-(C|CXX).cmake and helper module Platform/Darwin-Intel.cmake. Teach existing module Platform/Darwin-Intel-Fortran.cmake to use the helper too. Move information from Platform/Darwin-icc.cmake into these files and drop information already in Platform/Darwin.cmake to avoid duplication.
Diffstat (limited to 'Modules/Platform/Darwin-icpc.cmake')
-rw-r--r--Modules/Platform/Darwin-icpc.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Darwin-icpc.cmake b/Modules/Platform/Darwin-icpc.cmake
deleted file mode 100644
index 549feb7..0000000
--- a/Modules/Platform/Darwin-icpc.cmake
+++ /dev/null
@@ -1,3 +0,0 @@
-get_filename_component(CURRENT_SOURCE_PARENT ${CMAKE_CURRENT_LIST_FILE} PATH)
-#message (STATUS "CURRENT_SOURCE_PARENT: ${CURRENT_SOURCE_PARENT}")
-include ( ${CURRENT_SOURCE_PARENT}/Darwin-icc.cmake)