cd43636c95
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.
5 lines
114 B
CMake
5 lines
114 B
CMake
include(Platform/Windows-Intel)
|
|
set(_COMPILE_CXX " /TP")
|
|
set(_FLAGS_CXX " /GX /GR")
|
|
__windows_compiler_intel(CXX)
|