Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Feb 23, 2025
1 parent 1c7140c commit 680312a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"hidden": false,
"inherits": "base",
"cacheVariables": {
"CMAKE_BUILD_TYPES": "ASAN"
"CMAKE_BUILD_TYPE": "ASAN"
}
},
{
Expand All @@ -74,7 +74,7 @@
"hidden": false,
"inherits": "base",
"cacheVariables": {
"CMAKE_BUILD_TYPES": "LSAN"
"CMAKE_BUILD_TYPE": "LSAN"
}
},
{
Expand All @@ -83,7 +83,7 @@
"hidden": false,
"inherits": "base",
"cacheVariables": {
"CMAKE_BUILD_TYPES": "UBSAN"
"CMAKE_BUILD_TYPE": "UBSAN"
}
}
],
Expand Down

0 comments on commit 680312a

Please sign in to comment.