Skip to content

Commit 646fc90

Browse files
Typo corrections in CMakeUserPresets.json
1 parent 8e5c955 commit 646fc90

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

presets/CMakeUserPresets.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"name": "windows-xad-clang-release",
81-
"inherits": ["windows-clang-reelase", "_xad"]
81+
"inherits": ["windows-clang-release", "_xad"]
8282
},
8383
{
8484
"name": "windows-xad-clang-debug",
@@ -90,7 +90,7 @@
9090
},
9191
{
9292
"name": "windows-xad-msvc-release",
93-
"inherits": ["windows-msvc-reelase", "_xad"]
93+
"inherits": ["windows-msvc-release", "_xad"]
9494
},
9595
{
9696
"name": "windows-xad-msvc-debug",
@@ -162,7 +162,7 @@
162162
},
163163
{
164164
"name": "windows-noxad-clang-release",
165-
"inherits": ["windows-clang-reelase", "_noxad"]
165+
"inherits": ["windows-clang-release", "_noxad"]
166166
},
167167
{
168168
"name": "windows-noxad-clang-debug",
@@ -174,7 +174,7 @@
174174
},
175175
{
176176
"name": "windows-noxad-msvc-release",
177-
"inherits": ["windows-msvc-reelase", "_noxad"]
177+
"inherits": ["windows-msvc-release", "_noxad"]
178178
},
179179
{
180180
"name": "windows-noxad-msvc-debug",
@@ -196,6 +196,5 @@
196196
"name": "apple-arm64-noxad-ninja-relwithdebinfo",
197197
"inherits": ["apple-arm64-ninja-relwithdebinfo", "_noxad"]
198198
}
199-
200199
]
201200
}

0 commit comments

Comments
 (0)