On 05/07/2014 02:59 PM, Eric Berge wrote: > The attached patch is intended to fix the Visual Studio 2010, 2012, > and 2013 project generation for the /MANIFESTUAC:NO option. I'd like > to request this for the master branch as well as a 2.X pushback. [snip] > Based on these, the proposed solution is to remove both of the > MANIFESTUAC:NO entries and replace them with one of the form:
The existing table entries were generated automatically by Source/cmparseMSBuildXML.py run against the "link.xml" msbuild rules file. It is not surprising that the mapping is not perfect in cases like this. Applied, thanks: VS: Fix /MANIFESTUAC:NO linker option mapping http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c7f234c There will be no more 2.x releases. However, I based the commit on the current release branch in preparation of 3.0. If it tests cleanly I will include it in the next 3.0 rc. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
