[digikam] [Bug 382952] New: Don't abort cmake when package is missing
Simon
bugzilla_noreply at kde.org
Mon Jul 31 11:32:05 BST 2017
https://bugs.kde.org/show_bug.cgi?id=382952
Bug ID: 382952
Summary: Don't abort cmake when package is missing
Product: digikam
Version: 5.7.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Bundle-Tarball
Assignee: digikam-devel at kde.org
Reporter: freisim93 at gmail.com
Target Milestone: ---
Many calls to find_package have have the argument 'REQUIRED' set, so the
process aborts if these can't be found. At the same time there is an explicit
check at the end that all required dependencies were found.
This is redundant and only the first missing dependency is displayed, making it
harder to resolve all dependencies. I propose to remove all the 'REQUIRED'
arguments (obviously making sure the check in the end includes these
dependencies). Is there problem with that or can I go ahead?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list