Remove SMS app cmake flag

This commit is contained in:
Albert Vaca Cintora 2019-07-20 18:30:58 +02:00
parent 97a5f91cef
commit 796953d853

View file

@ -106,19 +106,16 @@ else()
add_subdirectory(sfos) add_subdirectory(sfos)
endif() endif()
option(SMSAPP_ENABLED ON) find_package(KF5Kirigami2)
if(SMSAPP_ENABLED) find_package(KF5People REQUIRED)
find_package(KF5Kirigami2) find_package(KF5PeopleVCard)
find_package(KF5People REQUIRED) set_package_properties(KF5PeopleVCard PROPERTIES
find_package(KF5PeopleVCard) PURPOSE "Read vcards from the file system"
set_package_properties(KF5PeopleVCard PROPERTIES URL "https://phabricator.kde.org/source/kpeoplevcard/"
PURPOSE "Read vcards from the file system" TYPE RUNTIME
URL "https://phabricator.kde.org/source/kpeoplevcard/" )
TYPE RUNTIME
)
add_subdirectory(smsapp) add_subdirectory(smsapp)
endif()
if(KF5DocTools_FOUND) if(KF5DocTools_FOUND)
add_subdirectory(doc) add_subdirectory(doc)