On Sunday, June 03, 2012 08:26:36 PM Albert Astals Cid wrote: > If kactivities is not found it gives > > ----------------------- > CMake Error at > plasma/declarativeimports/plasmaextracomponents/CMakeLists.txt:3 > (find_package): > Could not find module FindKActivities.cmake or a configuration file for > package KActivities. > > Adjust CMAKE_MODULE_PATH to find FindKActivities.cmake or set > KActivities_DIR to the directory containing a CMake configuration file for > KActivities. The file will have one of the following names: > > KActivitiesConfig.cmake > kactivities-config.cmake
Is KActivities intended to be found via its installed config.cmake file ? If so, please add the NO_MODULE parameter to the find_package() call. This makes it clear that the config.cmake file is searched, and that not FindKActivities.cmake should be there. Alex > ----------------------- > > > It should use a proper macro_log_feature reporting system. > > Cheers, > Albert
