..@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
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