mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
VS: Fix /MANIFESTUAC: link flag mapping for v143
Apply the changes from commitd2fcc6748a(VS: Fix `/MANIFESTUAC:NO` link flag mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~4) and commitfd45cbf40e(VS: Fix `/MANIFESTUAC:` link flag mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~1) to the v143 flag table.
This commit is contained in:
@@ -650,26 +650,15 @@
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -682,16 +671,6 @@
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UACUIAccess",
|
||||
"switch": "MANIFESTUAC:",
|
||||
"comment": "UAC Bypass UI Protection",
|
||||
"value": "true",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UACUIAccess",
|
||||
"switch": "uiAccess='false'",
|
||||
|
||||
Reference in New Issue
Block a user