diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-12-06 23:45:35 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-12-06 23:45:35 +0100 |
commit | 6ce35f3772d33b43a521e2b9f2a14e33dae7e915 (patch) | |
tree | 90fd374f336ddd076d2c68ab2c935ea9aabc7742 /src | |
parent | 5411293f83a18f22b95cec08a7df678ce5ad63ba (diff) |
Tools/Patcher: Removed administrator requirement as it no longer writes to ProgramData
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/connection_patcher/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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 |