https://github.com/Kitware/CMake
Revision 937f454fb9a8bc962a94f050e5b632d92d5db1b0 authored by Brad King on 26 July 2021, 14:46:14 UTC, committed by Brad King on 26 July 2021, 14:49:26 UTC
The `CompileAs` entry in a `.vcxproj` file with values:

* `CompileAsCppModule` for `-interface`
* `CompileAsCppModuleInternalPartition` for `-internalPartition`
* `CompileAsHeaderUnit` for `-exportHeader`

does not cause the corresponding flag to be added to the command line.
Drop the flag table entries so that the flags go to `AdditionalOptions`.

Fixes: #22477
1 parent 8fb349a
History
Tip revision: 937f454fb9a8bc962a94f050e5b632d92d5db1b0 authored by Brad King on 26 July 2021, 14:46:14 UTC
VS: Remove C++ module CompileAs flag table entries for v142 and v143
Tip revision: 937f454
File Mode Size
.gitattributes -rw-r--r-- 284 bytes
LICENSE -rw-r--r-- 11.1 KB
NOTICE -rw-r--r-- 152 bytes
README -rw-r--r-- 2.5 KB
config -rw-r--r-- 61 bytes
setup-hooks -rwxr-xr-x 2.2 KB
setup-user -rwxr-xr-x 1.6 KB
tips -rwxr-xr-x 1.7 KB

README

back to top