summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-Intel-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-16 14:50:05 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-16 14:50:05 (GMT)
commitcd43636c95320ce39480c7c4c6cf909b86f2fc54 (patch)
tree4eeb04f59deed0aa7c012b52f72e7aca1182c2de /Modules/Platform/Windows-Intel-CXX.cmake
parent58c73c43f62d581f62d694f5d144a021b9832284 (diff)
downloadCMake-cd43636c95320ce39480c7c4c6cf909b86f2fc54.zip
CMake-cd43636c95320ce39480c7c4c6cf909b86f2fc54.tar.gz
CMake-cd43636c95320ce39480c7c4c6cf909b86f2fc54.tar.bz2
Modernize Intel compiler info on Windows
This moves Intel compiler info on Windows into new-style modules Platform/Windows-Intel-<lang>.cmake using language-independent helper module Platform/Windows-Intel.cmake to define macros consolidating the information.
Diffstat (limited to 'Modules/Platform/Windows-Intel-CXX.cmake')
-rw-r--r--Modules/Platform/Windows-Intel-CXX.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-Intel-CXX.cmake b/Modules/Platform/Windows-Intel-CXX.cmake
new file mode 100644
index 0000000..2845b0f
--- /dev/null
+++ b/Modules/Platform/Windows-Intel-CXX.cmake
@@ -0,0 +1,4 @@
+include(Platform/Windows-Intel)
+set(_COMPILE_CXX " /TP")
+set(_FLAGS_CXX " /GX /GR")
+__windows_compiler_intel(CXX)