[games/chessament] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev )
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 21a2cd0e69c79e3f06e57cfa18c21fae8afb0a52 by Laurent Montel.
Committed on 22/07/2026 at 11:38.
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/chessament/-/commit/21a2cd0e69c79e3f06e57cfa18c21fae8afb0a52
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5254557..14f9137 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ set_package_properties(ECM PROPERTIES
URL "https://api.kde.org/ecm/"
DESCRIPTION "extra cmake modules")
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)