From 035c7fabc3b82cbc9a346c11abe2e9462b4c0379 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 15:39:57 -0700 Subject: Imported Upstream version 2.8.9 --- Modules/Platform/Windows-Intel-CXX.cmake | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Modules/Platform/Windows-Intel-CXX.cmake (limited to 'Modules/Platform/Windows-Intel-CXX.cmake') diff --git a/Modules/Platform/Windows-Intel-CXX.cmake b/Modules/Platform/Windows-Intel-CXX.cmake new file mode 100644 index 000000000..ec5f0aec6 --- /dev/null +++ b/Modules/Platform/Windows-Intel-CXX.cmake @@ -0,0 +1,4 @@ +include(Platform/Windows-Intel) +set(_COMPILE_CXX " /TP") +set(_FLAGS_CXX " /EHsc /GR") +__windows_compiler_intel(CXX) -- cgit v1.2.3