diff options
author | Brad King <brad.king@kitware.com> | 2013-04-08 16:40:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-04-08 17:03:56 (GMT) |
commit | fb9f73de644539b4759ba67041d92fc418db0ee9 (patch) | |
tree | 431d94dc05c1a538771ccc2bea75aaf0fc832eb8 /Source/cmNinjaTargetGenerator.cxx | |
parent | 42ba1b08f3bd5909238f7c49c31532105ef2b0e7 (diff) | |
download | CMake-fb9f73de644539b4759ba67041d92fc418db0ee9.zip CMake-fb9f73de644539b4759ba67041d92fc418db0ee9.tar.gz CMake-fb9f73de644539b4759ba67041d92fc418db0ee9.tar.bz2 |
MSVC: Invoke 'link' directly for executables
Update the CMAKE_<LANG>_LINK_EXECUTABLE rule variable to invoke the
linker directly instead of through the compiler. We already do this
for DLL linking with CMAKE_<LANG>_CREATE_SHARED_LIBRARY.
This also works around a VS 6 cl bug. While invoking the link tool
internally it fails to correctly quote flags like /pdb:... with spaces
in the value.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
0 files changed, 0 insertions, 0 deletions