From 3c783c4505deb03072252ad5783800e82ce29c2f Mon Sep 17 00:00:00 2001 From: Simon Redman Date: Mon, 29 Jul 2019 22:43:38 +0200 Subject: [PATCH] Remove reference to non-existant cmake variable SMSAPP_ENABLED no longer exists --- tests/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8d8096b58..1c5d01de7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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() +ecm_add_test(testsmshelper.cpp LINK_LIBRARIES ${kdeconnect_sms_libraries}) if(PRIVATE_DBUS_ENABLED) ecm_add_test(testprivatedbus.cpp LINK_LIBRARIES ${kdeconnect_libraries}) endif()