[utilities/kalm] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 405ef9620df8025dfacc005bfc1d14343ec0439c by Laurent Montel.
Committed on 23/07/2026 at 11:40.
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/kalm/-/commit/405ef9620df8025dfacc005bfc1d14343ec0439c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3db7e3..a1e39ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ include(FeatureSummary)
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
# where to look first for CMake modules, before ${CMAKE_ROOT}/Modules/ is checked
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
include(ECMAddAndroidApk)
include(ECMAddTests)