From 58bba5cf4425237ac9bca13fc5e36fc5ed4a6b4b Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 18 Feb 2020 16:18:24 +0000 Subject: [PATCH] generic: replace macro_display_feature_log() with feature_summary() call macro_display_feature_log() does not show all (not) found packages, only those that are logged via macro_log_feature() which is planned for removal Signed-off-by: Ivailo Monev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43f72ef3..2fa2b190 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,4 +72,4 @@ macro_optional_add_subdirectory(libktorrent) macro_optional_add_subdirectory(akregator) macro_optional_add_subdirectory(syndication) -macro_display_feature_log() +feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)