From 2bb25e1fbdb848b76790fe060094fb62f28e65a1 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 14 Dec 2008 11:42:41 +0100 Subject: [PATCH] Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1