From 6ce35f3772d33b43a521e2b9f2a14e33dae7e915 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 6 Dec 2016 23:45:35 +0100 Subject: Tools/Patcher: Removed administrator requirement as it no longer writes to ProgramData --- src/tools/connection_patcher/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/tools/connection_patcher/CMakeLists.txt b/src/tools/connection_patcher/CMakeLists.txt index 7582cf8fb6d..c33c4635b1e 100644 --- a/src/tools/connection_patcher/CMakeLists.txt +++ b/src/tools/connection_patcher/CMakeLists.txt @@ -32,10 +32,6 @@ endif() add_executable(connection_patcher ${HEADER_FILES} ${SRC_FILES}) -if (MSVC) - set_target_properties(connection_patcher PROPERTIES LINK_FLAGS "/level='requireAdministrator' /uiAccess='false'") -endif () - target_link_libraries(connection_patcher PUBLIC common -- cgit v1.2.3