diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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}") |