MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012963 | CMake | CMake | public | 2012-02-14 06:35 | 2014-11-03 08:38 |
Reporter | birken | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.7 | ||||
Target Version | Fixed in Version | ||||
Summary | 0012963: VS10 /MANIFESTUAC:NO not working properly | ||||
Description | The /MANIFESTUAC:NO flag doesn't work when creating VS10 project files. In cmVS10LinkFlagTable.h: {"EnableUAC", "MANIFESTUAC:NO", "", "false", cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue }, ... {"EnableUAC", "MANIFESTUAC:", "", "true", cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue}, The continue flag causes cmake to continue checking and then matching with "MANIFESTUAC:" which has user value ignored flag, thus setting it back to true. Removing the continue flag seems to solve the problem. | ||||
Steps To Reproduce | Remove all /MANIFESTUAC flags from your cmake project add a /MANIFESTUAC:NO link flag build vs10 project, manifest uac is set to true. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-02-14 06:35 | birken | New Issue | |||
2012-02-14 10:24 | Brad King | Note Added: 0028585 | |||
2012-08-11 21:09 | David Cole | Status | new => backlog | ||
2012-08-11 21:09 | David Cole | Note Added: 0030365 | |||
2014-05-07 16:11 | Brad King | Note Added: 0035844 | |||
2014-05-07 16:11 | Brad King | Status | backlog => resolved | ||
2014-05-07 16:11 | Brad King | Resolution | open => fixed | ||
2014-11-03 08:38 | Robert Maynard | Note Added: 0037134 | |||
2014-11-03 08:38 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|