Re: [CMake] vs2010 MANIFESTUAC not handled correctly

2011-03-17 Thread Aaron_Wright
..@selinc.com > To: cmake@cmake.org > Date: 03/15/2011 08:24 AM > Subject: [CMake] vs2010 MANIFESTUAC not handled correctly > Sent by: cmake-boun...@cmake.org > > I'm trying to use this in my CMake file for a simple executable: > > SET_TARGET_PROPERTIES( > y

[CMake] vs2010 MANIFESTUAC not handled correctly

2011-03-15 Thread Aaron_Wright
I'm trying to use this in my CMake file for a simple executable: SET_TARGET_PROPERTIES( your_executable PROPERTIES LINK_FLAGS "/MANIFESTUAC:\"level='requireAdministrator' uiAccess='false'\"") This worked in vs2008, but not in vs2010. The project contains: level='requireAdminist