[accessibility/kmouth] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7c2f7e005ed535d3170bb428dac12026a3775a70 by Laurent Montel.
Committed on 23/07/2026 at 04:59.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +1 -1 CMakeLists.txt
https://invent.kde.org/accessibility/kmouth/-/commit/7c2f7e005ed535d3170bb428dac12026a3775a70
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c7c612..ab201ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ endif(NOT MSVC)
include(FeatureSummary)
find_package(ECM ${KF_MIN_VERSION} NO_MODULE REQUIRED)
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} )
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} )
include(ECMAddAppIcon)
include(KDEInstallDirs)
include(KDECMakeSettings)