mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
VS: Add /FI flag table entry for separate argument to v145 toolset
Apply the change from commit 20cd951c9f (VS: Add compiler flag table
entry for -FI followed by separate argument, 2022-04-01,
v3.24.0-rc1~351^2) to the v145 flag table.
This commit is contained in:
@@ -1497,6 +1497,17 @@
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserRequired",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ForcedIncludeFiles",
|
||||
"switch": "FI",
|
||||
"comment": "Forced Include File",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserFollowing",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user