mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
VS: Fix /reference and /headerUnit flag table entries for v142 and v143
These flags accept values in following arguments, not immediately appended. Fixes: #22530
This commit is contained in:
@@ -1214,7 +1214,7 @@
|
||||
"comment": "Additional Module Dependencies",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserFollowing",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
@@ -1224,7 +1224,7 @@
|
||||
"comment": "Additional Header Unit Dependencies",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserFollowing",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1214,7 +1214,7 @@
|
||||
"comment": "Additional Module Dependencies",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserFollowing",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
@@ -1224,7 +1224,7 @@
|
||||
"comment": "Additional Header Unit Dependencies",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserFollowing",
|
||||
"SemicolonAppendable"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user