Skip to content

Commit 6bffc75

Browse files
committed
Fix typos
1 parent 7e118c2 commit 6bffc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CMakeWindowsPresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cacheVariables": {
1919
"CMAKE_C_COMPILER": "cl",
2020
"CMAKE_CXX_COMPILER": "cl",
21-
"CMAKE_CONFIGURATION_TYPES": "Debug;Coverage;Release;Asan;Lsan;Usan",
21+
"CMAKE_CONFIGURATION_TYPES": "Debug;RelWithDebInfo;Coverage;Asan;Lsan;Usan",
2222
"CMAKE_CXX_FLAGS": "/Wall /WX",
2323
"CMAKE_C_FLAGS": "/Wall /WX"
2424
}
@@ -118,7 +118,7 @@
118118
]
119119
},
120120
{
121-
"name": "coverage",
121+
"name": "Coverage",
122122
"displayName": "Coverage Build",
123123
"inherits": [
124124
"coverage-base-Windows-ClangCL"

0 commit comments

Comments
 (0)