mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
commit
00c987e0a3
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user