Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Dec 2008 10:42:41 +0000 (11:42 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Dec 2008 10:42:41 +0000 (11:42 +0100)
CMakeLists.txt

index da59dbd..36922f8 100644 (file)
@@ -30,7 +30,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
 # Various options and variables that can be set on the command line
 option(WANT_CORE     "Build the core (server) binary"           ON)
 option(WANT_QTCLIENT "Build the Qt4 GUI client binary"          ON)
-option(WANT_MONO     "Build the monolithic (all-in-one) binary" OFF)
+option(WANT_MONO     "Build the monolithic (all-in-one) binary" ON)
 
 option(WITH_OPENSSL  "Enable OpenSSL support if present on the system" ON)
 option(WITH_DBUS     "Enable D-Bus support if present on the system"   ON)