[utilities/kdebugsettings] /: Add check-cmake support
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7ad05b6799b6a474dba28da45b91e8b9607dd40c by Laurent Montel.
Committed on 16/07/2026 at 21:34.
Pushed by mlaurent into branch 'master'.
Add check-cmake support
M +13 -0 CMakePresets.json
https://invent.kde.org/utilities/kdebugsettings/-/commit/7ad05b6799b6a474dba28da45b91e8b9607dd40c
diff --git a/CMakePresets.json b/CMakePresets.json
index 414114a3..904375c7 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",