diff options
Diffstat (limited to 'win/vncconfig')
-rw-r--r-- | win/vncconfig/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/vncconfig/CMakeLists.txt b/win/vncconfig/CMakeLists.txt index 9883dbd8..2cee4ee4 100644 --- a/win/vncconfig/CMakeLists.txt +++ b/win/vncconfig/CMakeLists.txt @@ -1,10 +1,5 @@ include_directories(${CMAKE_BINARY_DIR}/win) -# Disable auto-generated manifests, since we have our own -if(MSVC) - set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO") -endif() - add_executable(vncconfig WIN32 Legacy.cxx PasswordDialog.cxx |