[games/kolorfill] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 481a563fa8034f9bf9c6ba217e8f361f8303b039 by Laurent Montel.
Committed on 22/07/2026 at 06:49.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev )
M +1 -1 CMakeLists.txt
https://invent.kde.org/games/kolorfill/-/commit/481a563fa8034f9bf9c6ba217e8f361f8303b039
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a78ac0b..7b78e9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(kolorfill)
find_package(ECM 6.0.0 REQUIRED)
set(KDE_COMPILERSETTINGS_LEVEL "5.82.0")
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)