diff options
author | Brad King <brad.king@kitware.com> | 2018-08-23 18:05:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-23 18:05:00 (GMT) |
commit | 1bd768174a848b9bc12eeff73786407631c533cf (patch) | |
tree | af1263b2b7747fb2967a37ca4531210a9856ce6a /Source/cmVS10NASMFlagTable.h | |
parent | 91c9a5227384b374c80f1e6453bb830e3de68a4a (diff) | |
download | CMake-1bd768174a848b9bc12eeff73786407631c533cf.zip CMake-1bd768174a848b9bc12eeff73786407631c533cf.tar.gz CMake-1bd768174a848b9bc12eeff73786407631c533cf.tar.bz2 |
VS: Avoid VS 2017 toolset default use of /FC flag
VS 2017 toolsets now use this flag by default if `UseFullPaths` is
not explicitly set to `false` in the .vcxproj file. Since there is
no negative form of this flag there is no way for projects to turn
it off through our flag map. Also, the Makefile and Ninja generators
do not add this flag unless it is explicitly specified by the project.
Teach our generator to set `UseFullPaths` to `false` in VS 2017
unless the project or use has explicitly specified `/FC`.
Fixes: #18261
Diffstat (limited to 'Source/cmVS10NASMFlagTable.h')
0 files changed, 0 insertions, 0 deletions