Fix typo in library existing check
This commit is contained in:
parent
a8a8080248
commit
e5ff128deb
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ add_executable(kdeconnectd kdeconnectd.cpp)
|
|||
target_link_libraries(kdeconnectd kdeconnectcore KF5::KIOWidgets KF5::DBusAddons KF5::Notifications KF5::I18n Qt5::Widgets)
|
||||
|
||||
ecm_mark_nongui_executable(kdeconnectd)
|
||||
if(TelepathyQt5_FOUND AND TelepathyQt5_FOUND)
|
||||
if(TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
|
||||
target_link_libraries(kdeconnectd connectcm)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ target_link_libraries(kdeconnect_telephony
|
|||
KF5::Notifications
|
||||
)
|
||||
|
||||
if (TelepathyQt5_FOUND AND TelepathyQt5_FOUND)
|
||||
if (TelepathyQt5_FOUND AND TelepathyQt5Service_FOUND)
|
||||
target_link_libraries(kdeconnect_telephony
|
||||
connectcm
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue