summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-10-18 13:50:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-10-18 13:50:50 (GMT)
commitc924b9e9f7cba45e3ba80357341aab97aa28dc1e (patch)
treeab0349454ff9389767bac59b32c71af50fe3493d
parent84ac583bc6307eb73042762f40e381126199d972 (diff)
parent50f3c58083282e844f5a660687274aed0dca2426 (diff)
downloadCMake-c924b9e9f7cba45e3ba80357341aab97aa28dc1e.zip
CMake-c924b9e9f7cba45e3ba80357341aab97aa28dc1e.tar.gz
CMake-c924b9e9f7cba45e3ba80357341aab97aa28dc1e.tar.bz2
Merge topic 'cxxmodules-flagtable-fixes' into release-3.28
50f3c58083 FlagTables: Add entries for cl -scanDependencies flag a22e9e7cf0 FlagTables: `-ifcOutput` takes a subsequent argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8892
-rw-r--r--Templates/MSBuild/FlagTables/v142_CL.json11
-rw-r--r--Templates/MSBuild/FlagTables/v143_CL.json11
2 files changed, 20 insertions, 2 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json
index 3c86e22..1d8a706 100644
--- a/Templates/MSBuild/FlagTables/v142_CL.json
+++ b/Templates/MSBuild/FlagTables/v142_CL.json
@@ -1408,7 +1408,16 @@
"comment": "Module Output File Name",
"value": "",
"flags": [
- "UserValue"
+ "UserFollowing"
+ ]
+ },
+ {
+ "name": "ModuleDependenciesFile",
+ "switch": "scanDependencies",
+ "comment": "Module Dependencies File Name",
+ "value": "",
+ "flags": [
+ "UserFollowing"
]
},
{
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json
index a6b60aa..9d6e2b0 100644
--- a/Templates/MSBuild/FlagTables/v143_CL.json
+++ b/Templates/MSBuild/FlagTables/v143_CL.json
@@ -1407,7 +1407,16 @@
"comment": "Module Output File Name",
"value": "",
"flags": [
- "UserValue"
+ "UserFollowing"
+ ]
+ },
+ {
+ "name": "ModuleDependenciesFile",
+ "switch": "scanDependencies",
+ "comment": "Module Dependencies File Name",
+ "value": "",
+ "flags": [
+ "UserFollowing"
]
},
{