diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 17:27:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 17:12:53 (GMT) |
commit | 9e10045552bb28f632bae592636662253c87be80 (patch) | |
tree | 28d5aca72164304c9bd3f6a1ce7d265d7a4afa8a /Templates | |
parent | c152d08c52f64c0f2004d894da686b2ccd69fe3f (diff) | |
download | CMake-9e10045552bb28f632bae592636662253c87be80.zip CMake-9e10045552bb28f632bae592636662253c87be80.tar.gz CMake-9e10045552bb28f632bae592636662253c87be80.tar.bz2 |
VS: Fix `/MANIFESTUAC:` link flag mapping for v143
Apply the changes from commit d2fcc6748a (VS: Fix `/MANIFESTUAC:NO` link
flag mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~4) and commit
fd45cbf40e (VS: Fix `/MANIFESTUAC:` link flag mapping for v142,
2019-01-24, v3.14.0-rc1~74^2~1) to the v143 flag table.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_Link.json | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/Templates/MSBuild/FlagTables/v143_Link.json b/Templates/MSBuild/FlagTables/v143_Link.json index bdf39c7..7822187 100644 --- a/Templates/MSBuild/FlagTables/v143_Link.json +++ b/Templates/MSBuild/FlagTables/v143_Link.json @@ -652,24 +652,13 @@ }, { "name": "EnableUAC", - "switch": "MANIFESTUAC:NO", - "comment": "Enable User Account Control (UAC)", - "value": "false", - "flags": [ - "UserValue", - "UserIgnored", - "Continue" - ] - }, - { - "name": "EnableUAC", "switch": "MANIFESTUAC:", - "comment": "Enable User Account Control (UAC)", - "value": "true", + "comment": "", + "value": "", "flags": [ "UserValue", - "UserIgnored", - "Continue" + "UserRequired", + "SpaceAppendable" ] }, { @@ -684,16 +673,6 @@ }, { "name": "UACUIAccess", - "switch": "MANIFESTUAC:", - "comment": "UAC Bypass UI Protection", - "value": "true", - "flags": [ - "UserValue", - "UserRequired" - ] - }, - { - "name": "UACUIAccess", "switch": "uiAccess='false'", "comment": "UAC Bypass UI Protection", "value": "false", |