From a751d28096598649eeb94ea35f17f211c06193b0 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Tue, 14 Jun 2022 09:51:21 +0200 Subject: disable frontends by default --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de44080..bdf7996 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ endif() project(OFQT VERSION 0.1.0 LANGUAGES C) -option(BUILD_CLI "Build the CLI client" ON) -option(BUILD_QT "Build the Qt GUI client" ON) +option(BUILD_CLI "Build the CLI client" OFF) +option(BUILD_QT "Build the Qt GUI client" OFF) set(TOAST_DEFAULT_REMOTE "http://toast.openfortress.fun/toast" CACHE STRING "Default Mirror to get OpenFortress files from") -- cgit v1.2.3