From 75094e2cedbdc9e4864a78e27b811c6b81a5d3fe Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 18 Oct 2023 15:58:47 -0700 Subject: [PATCH] Fixed cmake presets (#5044) --- CMakePresets.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 23318645f..9c5a4cc27 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -421,14 +421,14 @@ "inherits": [ "linux-basic-clang-11", "debug-build" ] }, { - "name": "linux-clang-13-debug-tests", - "inherits": [ "linux-basic-clang-13", "debug-build", "enable-tests" ], - "displayName": "Linux clang 13 Debug+Tests" + "name": "linux-clang-11-debug-tests", + "displayName": "Linux clang 11 Debug+tests", + "inherits": [ "linux-basic-clang-11", "debug-build", "enable-tests" ] }, { - "name": "linux-clang-11-debug", - "displayName": "Linux clang 11 Debug", - "inherits": [ "linux-basic-clang-11", "debug-build" ] + "name": "linux-clang-13-debug", + "inherits": [ "linux-basic-clang-13", "debug-build" ], + "displayName": "Linux clang 13 Debug+Tests" }, { "name": "linux-clang-13-debug-tests",