Merge topic 'intel-Windows-EHsc'

4f80896 Intel: On Windows use /EHsc instead of deprecated /GX (#13163)
This commit is contained in:
David Cole 2012-04-25 14:07:00 -04:00 committed by CMake Topic Stage
commit 8bb46ee787

View File

@ -1,4 +1,4 @@
include(Platform/Windows-Intel) include(Platform/Windows-Intel)
set(_COMPILE_CXX " /TP") set(_COMPILE_CXX " /TP")
set(_FLAGS_CXX " /GX /GR") set(_FLAGS_CXX " /EHsc /GR")
__windows_compiler_intel(CXX) __windows_compiler_intel(CXX)