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)