Build SMS app by default

This commit is contained in:
Simon Redman 2019-07-20 15:46:28 +02:00
parent 2df3b6eb16
commit 9f4716c3c5

View file

@ -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)