diff options
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 |