Remove reference to non-existant cmake variable
SMSAPP_ENABLED no longer exists
This commit is contained in:
parent
2e04adf99c
commit
3c783c4505
1 changed files with 1 additions and 3 deletions
|
@ -38,9 +38,7 @@ ecm_add_test(testnotificationlistener.cpp
|
|||
../plugins/sendnotifications/notifyingapplication.cpp
|
||||
TEST_NAME testnotificationlistener
|
||||
LINK_LIBRARIES ${kdeconnect_libraries} Qt5::DBus KF5::Notifications KF5::IconThemes)
|
||||
if(SMSAPP_ENABLED)
|
||||
ecm_add_test(testsmshelper.cpp LINK_LIBRARIES ${kdeconnect_sms_libraries})
|
||||
endif()
|
||||
if(PRIVATE_DBUS_ENABLED)
|
||||
ecm_add_test(testprivatedbus.cpp LINK_LIBRARIES ${kdeconnect_libraries})
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue