[utilities/kpublicalerts] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit eba11f12df3487037d4646ceb89ed43eca6047d3 by Laurent Montel.
Committed on 23/07/2026 at 11:55.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +1 -1 CMakeLists.txt
https://invent.kde.org/utilities/kpublicalerts/-/commit/eba11f12df3487037d4646ceb89ed43eca6047d3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 127bb1d..f0a26ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ set(QT_MIN_VERSION 6.5)
set(KF_MIN_VERSION 6.19)
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(FeatureSummary)
include(KDEInstallDirs)