CMake/Modules/Platform/Windows-Intel-CXX.cmake

5 lines
116 B
CMake

include(Platform/Windows-Intel)
set(_COMPILE_CXX " /TP")
set(_FLAGS_CXX " /EHsc /GR")
__windows_compiler_intel(CXX)