Skip to content
Snippets Groups Projects
Forked from CMake / CMake
Source project has a limited visibility.
Brad King's avatar
Brad King authored
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
937f454f
History
Name Last commit Last update