mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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)
|