<div dir="ltr"><div><br></div><div>I am updating our cmake files from Visual Studio 2008 to 2012 and the setting of CMAKE_EXE_LINKER_FLAGS to include /MANIFESTUAC:NO (which worked with VS2008) appears to be ignored.  The resulting exe files have the following manifest in them:</div>
<div><br></div><div><div><?xml version='1.0' encoding='UTF-8' standalone='yes'?></div><div><assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'></div>
<div>  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"></div><div>    <security></div><div>      <requestedPrivileges></div><div>        <requestedExecutionLevel level='asInvoker' uiAccess='false' /></div>
<div>      </requestedPrivileges></div><div>    </security></div><div>  </trustInfo></div><div></assembly></div></div><div><br></div><div>I'm not sure, but I believe this is due to the following being included for the RelWithDebInfo build I'm doing:</div>
<div><br></div><div><GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest><br></div><div><br></div><div>and I expect this should be "false" (but I'm not sure whether there are other parts of the Visual Studio project file that need to be updated as well.</div>
<div><br></div><div>I believe this is another manifestation or is at least related to issue 12963 - <a href="http://public.kitware.com/Bug/view.php?id=12963">http://public.kitware.com/Bug/view.php?id=12963</a></div><div><br>
</div><div>So I'm probably requesting that issue be bumped from "backlog" status.</div><div><br></div><div>Eric</div><div><br></div></div>