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-Intel-C.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-Intel-C.cmake')
-rw-r--r-- | Modules/Platform/Darwin-Intel-C.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin-Intel-C.cmake b/Modules/Platform/Darwin-Intel-C.cmake new file mode 100644 index 0000000..81c630f --- /dev/null +++ b/Modules/Platform/Darwin-Intel-C.cmake @@ -0,0 +1,2 @@ +include(Platform/Darwin-Intel) +__darwin_compiler_intel(C) |