From ccc0969dd97ed55b063f79fc2b85011e48b765ca Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 8 Nov 2011 06:57:58 +0000 Subject: Remove Visual C++ support git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- win/vncconfig/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'win/vncconfig') 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 -- cgit v1.2.3