]> source.dussan.org Git - tigervnc.git/commitdiff
Build new FLTK-based viewer by default
authorDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 16:45:18 +0000 (16:45 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 16:45:18 +0000 (16:45 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4523 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index 8fc901e9b447d6b965562da76d28598828d1739f..b2cbc63ad7250d59b43d24f1ae1a085e73ce5369 100644 (file)
@@ -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}")