summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-23 16:45:18 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-23 16:45:18 +0000
commitde22ae92b3698091a6e1d790eef46c664f086b82 (patch)
tree2ef81852835a6dfd6e2e9f9064e8a697c401514f /CMakeLists.txt
parent667df92bfde56471d7d1268deed452cfbb86a8ba (diff)
downloadtigervnc-de22ae92b3698091a6e1d790eef46c664f086b82.tar.gz
tigervnc-de22ae92b3698091a6e1d790eef46c664f086b82.zip
Build new FLTK-based viewer by default
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4523 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fc901e9..b2cbc63a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ set(VERSION 1.0.90)
set(RCVERSION 1,0,90,0)
# Manual toggle until we can deprecate the old viewers
-option(BUILD_NEW_VNCVIEWER "Build the new FLTK based vncviewer instead of the old ones")
+option(BUILD_NEW_VNCVIEWER "Build the new FLTK based vncviewer instead of the old ones" ON)
# Compatibility variables for the migration from autotools
add_definitions(-DPACKAGE_NAME="${CMAKE_PROJECT_NAME}")