From 796953d853edc5c9bd5c1f6b2bf5466a0b721b63 Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sat, 20 Jul 2019 18:30:58 +0200 Subject: [PATCH] Remove SMS app cmake flag --- CMakeLists.txt | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17a25d08c..ec37cc2ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,19 +106,16 @@ else() add_subdirectory(sfos) endif() -option(SMSAPP_ENABLED ON) -if(SMSAPP_ENABLED) - find_package(KF5Kirigami2) - find_package(KF5People REQUIRED) - find_package(KF5PeopleVCard) - set_package_properties(KF5PeopleVCard PROPERTIES - PURPOSE "Read vcards from the file system" - URL "https://phabricator.kde.org/source/kpeoplevcard/" - TYPE RUNTIME - ) +find_package(KF5Kirigami2) +find_package(KF5People REQUIRED) +find_package(KF5PeopleVCard) +set_package_properties(KF5PeopleVCard PROPERTIES + PURPOSE "Read vcards from the file system" + URL "https://phabricator.kde.org/source/kpeoplevcard/" + TYPE RUNTIME +) - add_subdirectory(smsapp) -endif() +add_subdirectory(smsapp) if(KF5DocTools_FOUND) add_subdirectory(doc)