From 0d76d69dbc846970d9a762997fda17303dcb6807 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Mon, 4 Oct 2021 15:31:04 +0200 Subject: [PATCH] Use right test present key --- CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 3630264..d4532e6 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -138,7 +138,7 @@ { "name": "windows-tests", "description": "Run tests on windows", - "configurePreset": "x64-window", + "configurePreset": "x64-windows", "inherits": [ "core-tests" ] @@ -170,4 +170,4 @@ ] } ] -} \ No newline at end of file +}