Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Nov 23, 2024
1 parent 7e118c2 commit 6bffc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CMakeWindowsPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl",
"CMAKE_CONFIGURATION_TYPES": "Debug;Coverage;Release;Asan;Lsan;Usan",
"CMAKE_CONFIGURATION_TYPES": "Debug;RelWithDebInfo;Coverage;Asan;Lsan;Usan",
"CMAKE_CXX_FLAGS": "/Wall /WX",
"CMAKE_C_FLAGS": "/Wall /WX"
}
Expand Down Expand Up @@ -118,7 +118,7 @@
]
},
{
"name": "coverage",
"name": "Coverage",
"displayName": "Coverage Build",
"inherits": [
"coverage-base-Windows-ClangCL"
Expand Down

0 comments on commit 6bffc75

Please sign in to comment.