We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068840 commit 8c404c7Copy full SHA for 8c404c7
1 file changed
CMakePresets.json
@@ -181,11 +181,11 @@
181
}
182
},
183
{
184
- "name": "_relwithdebinfo",
185
- "hidden": true,
186
- "cacheVariables": {
187
- "CMAKE_BUILD_TYPE": "RelWithDebInfo"
188
- }
+ "name": "_relwithdebinfo",
+ "hidden": true,
+ "cacheVariables": {
+ "CMAKE_BUILD_TYPE": "RelWithDebInfo"
+ }
189
190
191
"name": "_ninja",
@@ -209,13 +209,13 @@
209
]
210
211
212
- "name": "linux-gcc-ninja-relwithdebinfo",
213
- "inherits": [
214
- "linux-gcc-base",
215
- "_ninja",
216
- "_relwithdebinfo"
217
- ]
218
+ "name": "linux-gcc-ninja-relwithdebinfo",
+ "inherits": [
+ "linux-gcc-base",
+ "_ninja",
+ "_relwithdebinfo"
+ ]
219
],
220
"buildPresets": [
221
0 commit comments