diff --git a/cmake/modules/ECMAddAppIcon.cmake b/cmake/modules/ECMAddAppIcon.cmake index e308dbddc2..647e277d6a 100644 --- a/cmake/modules/ECMAddAppIcon.cmake +++ b/cmake/modules/ECMAddAppIcon.cmake @@ -412,7 +412,7 @@ macro(_ecm_add_app_icon_categorize_icons icons type known_sizes) if (offset GREATER -1) list(APPEND ${type}_at_${size}px "${icon_full}") - elseif() + else() message(STATUS "not found ${type}_at_${size}px ${icon_full}") endif() endif()