Skip to content

Commit c9ac619

Browse files
committed
updated preset file
1 parent 60a3a42 commit c9ac619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakePresets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
},
3939
{
4040
"name": "windows-debug-vcpkg",
41-
"displayName": "Debug",
41+
"displayName": "Windows Debug Vcpkg",
4242
"inherits": "windows-base-vcpkg",
4343
"cacheVariables": {
4444
"CMAKE_BUILD_TYPE": "Debug"
4545
}
4646
},
4747
{
4848
"name": "windows-release-vcpkg",
49-
"displayName": "Release",
49+
"displayName": "Windows Release Vcpkg",
5050
"inherits": "windows-base-vcpkg",
5151
"cacheVariables": {
5252
"CMAKE_BUILD_TYPE": "Release",
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"name": "darwin-debug-vcpkg",
160-
"displayName": "Darwin Debug",
160+
"displayName": "Darwin Debug Vcpkg",
161161
"inherits": "darwin-base-vcpkg",
162162
"cacheVariables": {
163163
"CMAKE_BUILD_TYPE": "Debug"
@@ -173,7 +173,7 @@
173173
},
174174
{
175175
"name": "darwin-release-vcpkg",
176-
"displayName": "Darwin Release",
176+
"displayName": "Darwin Release Vcpkg",
177177
"inherits": "darwin-base-vcpkg",
178178
"cacheVariables": {
179179
"CMAKE_BUILD_TYPE": "Release"

0 commit comments

Comments
 (0)