mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
VS: Remove C++ module CompileAs flag table entries for v145 toolset
Apply the change from commit 937f454fb9 (VS: Remove C++ module CompileAs
flag table entries for v142 and v143, 2021-07-26, v3.21.1~3^2) to the
v145 flag table.
This commit is contained in:
@@ -826,27 +826,6 @@
|
||||
"value": "CompileAsCpp",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "CompileAs",
|
||||
"switch": "interface",
|
||||
"comment": "Compile as C++ Module Code",
|
||||
"value": "CompileAsCppModule",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "CompileAs",
|
||||
"switch": "internalPartition",
|
||||
"comment": "Compile as C++ Module Internal Partition",
|
||||
"value": "CompileAsCppModuleInternalPartition",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "CompileAs",
|
||||
"switch": "exportHeader",
|
||||
"comment": "Compile as C++ Header Unit",
|
||||
"value": "CompileAsHeaderUnit",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "ErrorReporting",
|
||||
"switch": "errorReport:none",
|
||||
|
||||
Reference in New Issue
Block a user