Fixed cmake presets (#5044)

This commit is contained in:
Larry Osterman 2023-10-18 15:58:47 -07:00 committed by GitHub
parent 1fc481b5cc
commit 75094e2ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",