diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 17:59:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 17:12:55 (GMT) |
commit | 1ac1436b25bc65b47ec037c98956ac480bcbed05 (patch) | |
tree | 0fe10af0407bf8d31ce5f58d790f5e13f36c6323 /Templates | |
parent | 919fc7fd5f6273476ef0e5c4856e89475a238d91 (diff) | |
download | CMake-1ac1436b25bc65b47ec037c98956ac480bcbed05.zip CMake-1ac1436b25bc65b47ec037c98956ac480bcbed05.tar.gz CMake-1ac1436b25bc65b47ec037c98956ac480bcbed05.tar.bz2 |
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).
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index 41c8000..9d8ddb0 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -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" ] }, { |