[utilities/konsole] src: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d71bacfe38686b7a45d9d4fdc0c879feeb8962e6 by Laurent Montel.
Committed on 23/07/2026 at 11:41.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +1 -0 src/CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/d71bacfe38686b7a45d9d4fdc0c879feeb8962e6
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9356a97af..03e4a8c63 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -380,6 +380,7 @@ set(konsole_SRCS
# Sets the icon on Windows and OSX
ecm_add_app_icon(ICONS_SOURCES ICONS ${ICONS_SRCS})
+set(ICONS_SOURCES)
add_executable(konsole ${konsole_SRCS} ${ICONS_SOURCES})
target_link_libraries(konsole
konsoleprivate