mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
FlagTables: Add entries for cl -scanDependencies flag
As of VS 17.6, MSBuild maps `ModuleDependenciesFile` to this flag instead of the older `-sourceDependencies:directives` flag. Map both flags to `ModuleDependenciesFile` for compatibility.
This commit is contained in:
@@ -1411,6 +1411,15 @@
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ModuleDependenciesFile",
|
||||
"switch": "scanDependencies",
|
||||
"comment": "Module Dependencies File Name",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ModuleDependenciesFile",
|
||||
"switch": "sourceDependencies:directives",
|
||||
|
||||
@@ -1410,6 +1410,15 @@
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ModuleDependenciesFile",
|
||||
"switch": "scanDependencies",
|
||||
"comment": "Module Dependencies File Name",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ModuleDependenciesFile",
|
||||
"switch": "sourceDependencies:directives",
|
||||
|
||||
Reference in New Issue
Block a user