Skip to content

Commit 40ffb3d

Browse files
committed
Remove redundant profile presets
1 parent 40a21af commit 40ffb3d

File tree

1 file changed

+0
-84
lines changed

1 file changed

+0
-84
lines changed

CMakePresets.json

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
}
2626
}
2727
},
28-
{
29-
"name": "vc6-profile",
30-
"displayName": "Windows 32bit VC6 Profile",
31-
"hidden": false,
32-
"inherits": "vc6",
33-
"cacheVariables": {
34-
"RTS_BUILD_OPTION_PROFILE": "ON"
35-
}
36-
},
3728
{
3829
"name": "vc6-internal",
3930
"displayName": "Windows 32bit VC6 Internal",
@@ -95,14 +86,6 @@
9586
}
9687
}
9788
},
98-
{
99-
"name": "win32-profile",
100-
"inherits": "win32",
101-
"displayName": "Windows 32bit Profile",
102-
"cacheVariables": {
103-
"RTS_BUILD_OPTION_PROFILE": "ON"
104-
}
105-
},
10689
{
10790
"name": "win32-internal",
10891
"inherits": "win32",
@@ -137,14 +120,6 @@
137120
}
138121
}
139122
},
140-
{
141-
"name": "win32-vcpkg-profile",
142-
"inherits": "win32-vcpkg",
143-
"displayName": "Windows 32bit VCPKG Profile",
144-
"cacheVariables": {
145-
"RTS_BUILD_OPTION_PROFILE": "ON"
146-
}
147-
},
148123
{
149124
"name": "win32-vcpkg-internal",
150125
"inherits": "win32-vcpkg",
@@ -181,12 +156,6 @@
181156
"displayName": "Build Windows 32bit VC6 Internal",
182157
"description": "Build Windows 32bit VC6 Internal"
183158
},
184-
{
185-
"name": "vc6-profile",
186-
"configurePreset": "vc6-profile",
187-
"displayName": "Build Windows 32bit VC6 Profile",
188-
"description": "Build Windows 32bit VC6 Profile"
189-
},
190159
{
191160
"name": "vc6-debug",
192161
"configurePreset": "vc6-debug",
@@ -207,13 +176,6 @@
207176
"description": "Build Windows 32bit Internal",
208177
"configuration": "Release"
209178
},
210-
{
211-
"name": "win32-profile",
212-
"configurePreset": "win32-profile",
213-
"displayName": "Build Windows 32bit Profile",
214-
"description": "Build Windows 32bit Profile",
215-
"configuration": "Release"
216-
},
217179
{
218180
"name": "win32-debug",
219181
"configurePreset": "win32-debug",
@@ -235,13 +197,6 @@
235197
"description": "Build Windows 32bit VCPKG Internal",
236198
"configuration": "Release"
237199
},
238-
{
239-
"name": "win32-vcpkg-profile",
240-
"configurePreset": "win32-vcpkg-profile",
241-
"displayName": "Build Windows 32bit VCPKG Profile",
242-
"description": "Build Windows 32bit VCPKG Profile",
243-
"configuration": "Release"
244-
},
245200
{
246201
"name": "win32-vcpkg-debug",
247202
"configurePreset": "win32-vcpkg-debug",
@@ -297,19 +252,6 @@
297252
}
298253
]
299254
},
300-
{
301-
"name": "vc6-profile",
302-
"steps": [
303-
{
304-
"type": "configure",
305-
"name": "vc6-profile"
306-
},
307-
{
308-
"type": "build",
309-
"name": "vc6-profile"
310-
}
311-
]
312-
},
313255
{
314256
"name": "win32",
315257
"steps": [
@@ -336,19 +278,6 @@
336278
}
337279
]
338280
},
339-
{
340-
"name": "win32-profile",
341-
"steps": [
342-
{
343-
"type": "configure",
344-
"name": "win32-profile"
345-
},
346-
{
347-
"type": "build",
348-
"name": "win32-profile"
349-
}
350-
]
351-
},
352281
{
353282
"name": "win32-debug",
354283
"steps": [
@@ -388,19 +317,6 @@
388317
}
389318
]
390319
},
391-
{
392-
"name": "win32-vcpkg-profile",
393-
"steps": [
394-
{
395-
"type": "configure",
396-
"name": "win32-vcpkg-profile"
397-
},
398-
{
399-
"type": "build",
400-
"name": "win32-vcpkg-profile"
401-
}
402-
]
403-
},
404320
{
405321
"name": "win32-vcpkg-debug",
406322
"steps": [

0 commit comments

Comments
 (0)