From: Manuel Nickschas Date: Sun, 14 Dec 2008 10:42:41 +0000 (+0100) Subject: Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now X-Git-Tag: 0.4.0~368 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2bb25e1fbdb848b76790fe060094fb62f28e65a1 Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now --- diff --git a/CMakeLists.txt b/CMakeLists.txt index da59dbdb..36922f86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)