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 <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-02-18 16:18:24 +00:00
parent b8306a331a
commit 58bba5cf44

View file

@ -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)