4f80896e6c
Use of the deprecated option with Intel 2011 produces icl: command line remark #10010: option '/GX' is deprecated and will be removed in a future release. See '/help deprecated' so use its replacement option which has been supported for several older versions anyway.
5 lines
116 B
CMake
5 lines
116 B
CMake
include(Platform/Windows-Intel)
|
|
set(_COMPILE_CXX " /TP")
|
|
set(_FLAGS_CXX " /EHsc /GR")
|
|
__windows_compiler_intel(CXX)
|