X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=36922f86941697674532ac95c5eebf506916c672;hp=da59dbdb602892868ce8a5e0bed125310b245fe2;hb=2bb25e1fbdb848b76790fe060094fb62f28e65a1;hpb=7858f42f5c3028392feeb58398e3d15eab6c00ec 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)