summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-Intel-C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Use deps=gcc for Intel Compiler on WindowsBrad King2019-01-301-0/+2
| | | | | | | | | | | Ninja 1.9 supports the depfile format generated by this compiler. Use `deps = gcc` when the version of Ninja is new enough. Unfortunately the Intel Compiler for Windows does not properly escape spaces in paths written to a depfile so if there is a space in the path we must still fall back to `deps = msvc`. Fixes: #18855
* Modernize Intel compiler info on WindowsBrad King2010-12-161-0/+2
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.