diff options
author | Brad King <brad.king@kitware.com> | 2014-05-09 19:08:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-09 19:11:54 (GMT) |
commit | 54535f47302572616eae1f207fb0c4b9df91f828 (patch) | |
tree | b2d943e325bf01cc41f507584b1625bf4ac2aad8 /Source/cmInstallTargetsCommand.cxx | |
parent | 890efcb6077d01629ca29f9f54c90a1f0663033a (diff) | |
download | CMake-54535f47302572616eae1f207fb0c4b9df91f828.zip CMake-54535f47302572616eae1f207fb0c4b9df91f828.tar.gz CMake-54535f47302572616eae1f207fb0c4b9df91f828.tar.bz2 |
Ninja: Fix deptype for Intel compiler on Linux
Since commit v3.0.0-rc1~305^2 (Ninja: deptype msvc for Intel's compiler
on Windows, 2013-11-25) we used "deps = msvc" for the Intel compiler.
This is correct only on Windows. On Linux we still want "deps = gcc".
Fix the logic to use "deps = msvc" when the compiler id or the "simulate
id" is "MSVC". This will preserve the behavior on Intel for Windows and
fix the behavior on Intel for Linux. In the future this should be
converted to a platform information module variable.
Diffstat (limited to 'Source/cmInstallTargetsCommand.cxx')
0 files changed, 0 insertions, 0 deletions