remove REQUIRED from the find_package(KActivities).

then tell the macro_log_feature that KActivities is required.
this way, if people are missing KActivities they will get a nice log
message about it.
This commit is contained in:
Allen Winter 2012-06-09 13:03:12 -04:00
parent fc0f700c9d
commit 1d24b7a61d

View File

@ -1,7 +1,7 @@
project(plasmaextracomponents)
find_package(KActivities REQUIRED NO_MODULE)
macro_log_feature(KACTIVITIES_FOUND "KActivities" "Library and infrasturcture for using Activities from applications" "http://kde.org/" FALSE "" "Provides the ability to access activities from QML.")
find_package(KActivities)
macro_log_feature(KACTIVITIES_FOUND "KActivities" "Library and infrasturcture for using Activities from applications" "git://anongit.kde.org/kactivities" TRUE "" "Provides the ability to access activities from QML.")
#include(KDE4Defaults)