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-de...@kde.org Reporter: freisi...@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 watching all bug changes.