Merge pull request #8767 from heirecka/fix-warning-with-cmake-4.1

fix(ECMAddAppIcon): Avoid warning with cmake >= 4.1
This commit is contained in:
Matthieu Gallien 2025-09-18 09:45:02 +02:00 committed by GitHub
commit 00c987e0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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