summaryrefslogtreecommitdiffstats
path: root/unix/CMakeLists.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-11-03 19:01:18 +0000
committerDRC <dcommander@users.sourceforge.net>2011-11-03 19:01:18 +0000
commit3591fa5b9673a587e78c043a6a9f5988ac22e237 (patch)
tree2f19fdc2a699473ba659307d645b0cd686e38c6c /unix/CMakeLists.txt
parent7c2a39cd1384bb48ef108a324c53ed1149930f75 (diff)
downloadtigervnc-3591fa5b9673a587e78c043a6a9f5988ac22e237.tar.gz
tigervnc-3591fa5b9673a587e78c043a6a9f5988ac22e237.zip
The Tight decoding optimizations broke the build of the legacy viewers, so this seems like a good time to get rid of them like we discussed.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4759 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/CMakeLists.txt')
-rw-r--r--unix/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt
index bb2f871b..3ffe79c9 100644
--- a/unix/CMakeLists.txt
+++ b/unix/CMakeLists.txt
@@ -4,9 +4,5 @@ add_subdirectory(vncconfig)
add_subdirectory(vncpasswd)
add_subdirectory(x0vncserver)
-if(NOT BUILD_NEW_VNCVIEWER)
-add_subdirectory(vncviewer)
-endif()
-
install(PROGRAMS vncserver DESTINATION bin)
install(FILES vncserver.man DESTINATION man/man1 RENAME vncserver.1)