diff options
author | Brad King <brad.king@kitware.com> | 2021-07-26 14:46:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-26 14:49:26 (GMT) |
commit | 937f454fb9a8bc962a94f050e5b632d92d5db1b0 (patch) | |
tree | b029cc9657d76f4c3b18daeb4b60e49e33586170 /CMakeCPackOptions.cmake.in | |
parent | 8fb349a80e3feef7d139dd4ade2a2e64e6652e55 (diff) | |
download | CMake-937f454fb9a8bc962a94f050e5b632d92d5db1b0.zip CMake-937f454fb9a8bc962a94f050e5b632d92d5db1b0.tar.gz CMake-937f454fb9a8bc962a94f050e5b632d92d5db1b0.tar.bz2 |
VS: Remove C++ module CompileAs flag table entries for v142 and v143
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
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
0 files changed, 0 insertions, 0 deletions