From 9f4716c3c527007b976ba4b69b69cab49f7ebcc1 Mon Sep 17 00:00:00 2001 From: Simon Redman Date: Sat, 20 Jul 2019 15:46:28 +0200 Subject: [PATCH] Build SMS app by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 467aed828..17a25d08c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ else() add_subdirectory(sfos) endif() -option(SMSAPP_ENABLED OFF) +option(SMSAPP_ENABLED ON) if(SMSAPP_ENABLED) find_package(KF5Kirigami2) find_package(KF5People REQUIRED)