Summary: | Cmake warnings finding libkpeople when libkpeople is not installed | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
Component: | general | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | analoguecolour |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.7-beta | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-common-internals/effdc724fc912c53acdc0d39f2cf6ee99678916c | Version Fixed In: | |
Sentry Crash Report: |
Description
David Edmundson
2013-07-09 10:03:37 UTC
Can confirm that changing find_package (KPeople) to find_package (KPeople QUIET) fixes this and gives a nice optional warning message instead. Note that the QUIET variable is case sensitive. Git commit effdc724fc912c53acdc0d39f2cf6ee99678916c by David Edmundson, on behalf of Daniel Cohen. Committed on 09/07/2013 at 16:12. Pushed by davidedmundson into branch 'master'. Supress warnings when kpeople is not installed Reviewed-by: David Edmundson M +1 -1 CMakeLists.txt http://commits.kde.org/telepathy-common-internals/effdc724fc912c53acdc0d39f2cf6ee99678916c |