mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
VS: Fix /sourceDependencies flag table entries for v143
Revise the `/sourceDependencies[:directives]` table entries to properly
distinguish the two options (because one is a prefix of the other), and
to populate both `Generate*Dependencies` and `*DependenciesFile`.
This is the manual update mentioned in commit 887e9df0c7 (VS: Update
v142 CL flag table for VS 16.10, 2021-06-04, v3.21.0-rc1~77^2).
This commit is contained in:
@@ -1116,8 +1116,6 @@
|
||||
"comment": "Generate Module Dependenices File",
|
||||
"value": "true",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserIgnored",
|
||||
"Continue"
|
||||
]
|
||||
},
|
||||
@@ -1138,8 +1136,6 @@
|
||||
"comment": "Generate Source Dependencies File",
|
||||
"value": "true",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserIgnored",
|
||||
"Continue"
|
||||
]
|
||||
},
|
||||
@@ -1430,8 +1426,7 @@
|
||||
"comment": "Module Dependencies File Name",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserRequired"
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1468,8 +1463,7 @@
|
||||
"comment": "Source Dependencies File Name",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserRequired"
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user