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

back to top