[utilities/kaichat-addons] /: Add check-cmake support
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 266438b56d3ed3ce8d64e84ee3832e28ab2cc0d1 by Laurent Montel.
Committed on 22/07/2026 at 05:47.
Pushed by mlaurent into branch 'master'.
Add check-cmake support
M +13 -0 CMakePresets.json
https://invent.kde.org/utilities/kaichat-addons/-/commit/266438b56d3ed3ce8d64e84ee3832e28ab2cc0d1
diff --git a/CMakePresets.json b/CMakePresets.json
index 414114a..904375c 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -20,6 +20,19 @@
"dev"
]
},
+ {
+ "name": "check-cmake",
+ "displayName": "Configure with strict warning",
+ "inherits": [
+ "dev-mold"
+ ],
+ "errors": {
+ "dev": true
+ },
+ "warnings": {
+ "uninitialized": true
+ }
+ },
{
"name": "dev",
"displayName": "Build as debug",