Skip to content

Commit

Permalink
Typo corrections in CMakeUserPresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev authored Mar 19, 2024
1 parent 8e5c955 commit 646fc90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions presets/CMakeUserPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"name": "windows-xad-clang-release",
"inherits": ["windows-clang-reelase", "_xad"]
"inherits": ["windows-clang-release", "_xad"]
},
{
"name": "windows-xad-clang-debug",
Expand All @@ -90,7 +90,7 @@
},
{
"name": "windows-xad-msvc-release",
"inherits": ["windows-msvc-reelase", "_xad"]
"inherits": ["windows-msvc-release", "_xad"]
},
{
"name": "windows-xad-msvc-debug",
Expand Down Expand Up @@ -162,7 +162,7 @@
},
{
"name": "windows-noxad-clang-release",
"inherits": ["windows-clang-reelase", "_noxad"]
"inherits": ["windows-clang-release", "_noxad"]
},
{
"name": "windows-noxad-clang-debug",
Expand All @@ -174,7 +174,7 @@
},
{
"name": "windows-noxad-msvc-release",
"inherits": ["windows-msvc-reelase", "_noxad"]
"inherits": ["windows-msvc-release", "_noxad"]
},
{
"name": "windows-noxad-msvc-debug",
Expand All @@ -196,6 +196,5 @@
"name": "apple-arm64-noxad-ninja-relwithdebinfo",
"inherits": ["apple-arm64-ninja-relwithdebinfo", "_noxad"]
}

]
}

0 comments on commit 646fc90

Please sign in to comment.