Remove reference to non-existant cmake variable

SMSAPP_ENABLED no longer exists
This commit is contained in:
Simon Redman 2019-07-29 22:43:38 +02:00
parent 2e04adf99c
commit 3c783c4505

View file

@ -38,9 +38,7 @@ ecm_add_test(testnotificationlistener.cpp
../plugins/sendnotifications/notifyingapplication.cpp ../plugins/sendnotifications/notifyingapplication.cpp
TEST_NAME testnotificationlistener TEST_NAME testnotificationlistener
LINK_LIBRARIES ${kdeconnect_libraries} Qt5::DBus KF5::Notifications KF5::IconThemes) LINK_LIBRARIES ${kdeconnect_libraries} Qt5::DBus KF5::Notifications KF5::IconThemes)
if(SMSAPP_ENABLED) ecm_add_test(testsmshelper.cpp LINK_LIBRARIES ${kdeconnect_sms_libraries})
ecm_add_test(testsmshelper.cpp LINK_LIBRARIES ${kdeconnect_sms_libraries})
endif()
if(PRIVATE_DBUS_ENABLED) if(PRIVATE_DBUS_ENABLED)
ecm_add_test(testprivatedbus.cpp LINK_LIBRARIES ${kdeconnect_libraries}) ecm_add_test(testprivatedbus.cpp LINK_LIBRARIES ${kdeconnect_libraries})
endif() endif()