mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
VS: Fix /MANIFESTUAC:NO linker option mapping
Original header commits: v10/v11/v12 commit v3.0.0-rc5~3^2 v140 commit v3.1.0-rc1~358^2~3 There are no versions of /MANIFESTUAC:NO where addition values are appended. Remove both of the MANIFESTUAC:NO entries from our flag tables and replace them with one which would set EnableUAC to false and immediately stop processing the /MANIFESTUAC:NO option.
This commit is contained in:
@@ -536,11 +536,7 @@
|
|||||||
"switch": "MANIFESTUAC:NO",
|
"switch": "MANIFESTUAC:NO",
|
||||||
"comment": "Enable User Account Control (UAC)",
|
"comment": "Enable User Account Control (UAC)",
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"flags": [
|
"flags": []
|
||||||
"UserValue",
|
|
||||||
"UserIgnored",
|
|
||||||
"Continue"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EnableUAC",
|
"name": "EnableUAC",
|
||||||
|
|||||||
@@ -599,11 +599,7 @@
|
|||||||
"switch": "MANIFESTUAC:NO",
|
"switch": "MANIFESTUAC:NO",
|
||||||
"comment": "Enable User Account Control (UAC)",
|
"comment": "Enable User Account Control (UAC)",
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"flags": [
|
"flags": []
|
||||||
"UserValue",
|
|
||||||
"UserIgnored",
|
|
||||||
"Continue"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EnableUAC",
|
"name": "EnableUAC",
|
||||||
|
|||||||
@@ -599,11 +599,7 @@
|
|||||||
"switch": "MANIFESTUAC:NO",
|
"switch": "MANIFESTUAC:NO",
|
||||||
"comment": "Enable User Account Control (UAC)",
|
"comment": "Enable User Account Control (UAC)",
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"flags": [
|
"flags": []
|
||||||
"UserValue",
|
|
||||||
"UserIgnored",
|
|
||||||
"Continue"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EnableUAC",
|
"name": "EnableUAC",
|
||||||
|
|||||||
@@ -634,11 +634,7 @@
|
|||||||
"switch": "MANIFESTUAC:NO",
|
"switch": "MANIFESTUAC:NO",
|
||||||
"comment": "Enable User Account Control (UAC)",
|
"comment": "Enable User Account Control (UAC)",
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"flags": [
|
"flags": []
|
||||||
"UserValue",
|
|
||||||
"UserIgnored",
|
|
||||||
"Continue"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EnableUAC",
|
"name": "EnableUAC",
|
||||||
|
|||||||
@@ -648,11 +648,7 @@
|
|||||||
"switch": "MANIFESTUAC:NO",
|
"switch": "MANIFESTUAC:NO",
|
||||||
"comment": "Enable User Account Control (UAC)",
|
"comment": "Enable User Account Control (UAC)",
|
||||||
"value": "false",
|
"value": "false",
|
||||||
"flags": [
|
"flags": []
|
||||||
"UserValue",
|
|
||||||
"UserIgnored",
|
|
||||||
"Continue"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EnableUAC",
|
"name": "EnableUAC",
|
||||||
|
|||||||
Reference in New Issue
Block a user