On mardi 19 novembre 2019 21:05:06 CET Heiko Becker wrote: > With my packager hat on: I'm not a fan of such implicit discovery of > dependencies and "the find_package(Foo QUIET) .. if(NOT Foo_FOUND) > return()" > style somewhere in the leaf CMakeLists.txt files, because it makes possibly > missing dependencies (and depending on that functionality) not really > obvious.
In all repositories which use feature_summary, CMake automatically lists those in the configure output, under the heading -- The following OPTIONAL packages have not been found: or -- The following OPTIONAL packages have been found: -- David Faure, [email protected], http://www.davidfaure.fr Working on KDE Frameworks 5
