diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 17:46:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 17:12:54 (GMT) |
commit | 993d706a170e7009130d5f66b2f3f5e7dda64c9b (patch) | |
tree | 0b6dec57e484b23deb4e2941a369c2f06938abfb /Templates | |
parent | a070d87e085b2ddc41c10951054ddbc7cb2b61aa (diff) | |
download | CMake-993d706a170e7009130d5f66b2f3f5e7dda64c9b.zip CMake-993d706a170e7009130d5f66b2f3f5e7dda64c9b.tar.gz CMake-993d706a170e7009130d5f66b2f3f5e7dda64c9b.tar.bz2 |
VS: Populate `/JMC-` flag table entry for v143
Apply the change from commit 049410c0b6 (VS: Populate `/JMC-` flag table
entry for v142, 2019-01-24, v3.14.0-rc1~74^2~6) to the v143 flag table.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index b8697fb..35e0bd0 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -744,6 +744,13 @@ }, { "name": "SupportJustMyCode", + "switch": "JMC-", + "comment": "Support Just My Code Debugging", + "value": "false", + "flags": [] + }, + { + "name": "SupportJustMyCode", "switch": "JMC", "comment": "Support Just My Code Debugging", "value": "true", |