From fa8ef4584bf2658e32c2e3abd2e0b3cfcb11076a Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 19 Nov 2023 20:52:45 +0100 Subject: [PATCH] Fix preset file --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 4c05dc2..7a4a6be 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -27,5 +27,5 @@ "output": {"outputOnFailure": true}, "execution": {"noTestsAction": "error", "stopOnFailure": true} } - ], + ] }