diff options
author | Brad King <brad.king@kitware.com> | 2014-02-11 14:49:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-11 15:04:26 (GMT) |
commit | 3693c63f2e42e14f319ffcd2046ecf8607f1a079 (patch) | |
tree | 9e2d78d2fca1f805e4f7ed615f50fb5f2ad457e1 /Modules/Platform/Darwin-icpc.cmake | |
parent | 418a155be7e44117297c072b6aa0f21f4407c052 (diff) | |
download | CMake-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.cmake | 3 |
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) |