Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit 269c452

Browse files
committed
Rephrase display name for some presets
1 parent 317160d commit 269c452

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CMakePresets.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"name": "linux-x64-gcc-mbedtls-debug",
45-
"displayName": "Linux x64: Debug / GCC / Mbed TLS ",
45+
"displayName": "Linux x86_64: Debug / GCC / Mbed TLS ",
4646
"description": "Sets Ninja generator, GCC compiler, build and install directory, debug build type and Mbed TLS implementation",
4747
"inherits": "linux-x64-config-debug-base",
4848
"cacheVariables": {
@@ -53,7 +53,7 @@
5353
},
5454
{
5555
"name": "linux-x64-clang-mbedtls-debug",
56-
"displayName": "Linux x64: Debug / Clang / Mbed TLS",
56+
"displayName": "Linux x86_64: Debug / Clang / Mbed TLS",
5757
"description": "Sets Ninja generator, Clang compiler, build and install directory, debug build type and Mbed TLS implementation",
5858
"inherits": "linux-x64-config-debug-base",
5959
"cacheVariables": {
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"name": "macos-x64-apple-mbedtls-debug",
67-
"displayName": "macOS x64: Debug / Apple Clang / Mbed TLS",
67+
"displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS",
6868
"description": "Sets Ninja generator, Clang compiler, build and install directory, debug build type and Mbed TLS implementation",
6969
"inherits": "x64-config-debug-base",
7070
"condition": {
@@ -85,7 +85,7 @@
8585
"buildPresets": [
8686
{
8787
"name": "linux-x64-gcc-mbedtls-debug",
88-
"displayName": "Linux x64: Debug / GCC / Mbed TLS",
88+
"displayName": "Linux x86_64: Debug / GCC / Mbed TLS",
8989
"configurePreset": "linux-x64-gcc-mbedtls-debug",
9090
"configuration": "Debug",
9191
"condition": {
@@ -96,7 +96,7 @@
9696
},
9797
{
9898
"name": "linux-x64-clang-mbedtls-debug",
99-
"displayName": "Linux x64: Debug / Clang / Mbed TLS",
99+
"displayName": "Linux x86_64: Debug / Clang / Mbed TLS",
100100
"configurePreset": "linux-x64-clang-mbedtls-debug",
101101
"condition": {
102102
"type": "equals",
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"name": "macos-x64-apple-mbedtls-debug",
109-
"displayName": "macOS x64: Debug / Apple Clang / Mbed TLS",
109+
"displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS",
110110
"configurePreset": "macos-x64-apple-mbedtls-debug",
111111
"configuration": "Debug",
112112
"condition": {
@@ -119,7 +119,7 @@
119119
"testPresets": [
120120
{
121121
"name": "linux-x64-gcc-mbedtls-debug",
122-
"displayName": "Linux x64: Debug / GCC / Mbed TLS",
122+
"displayName": "Linux x86_64: Debug / GCC / Mbed TLS",
123123
"configurePreset": "linux-x64-gcc-mbedtls-debug",
124124
"condition": {
125125
"type": "equals",
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"name": "linux-x64-clang-mbedtls-debug",
132-
"displayName": "Linux x64: Clang / GCC / Mbed TLS",
132+
"displayName": "Linux x86_64: Clang / GCC / Mbed TLS",
133133
"configurePreset": "linux-x64-clang-mbedtls-debug",
134134
"condition": {
135135
"type": "equals",
@@ -139,7 +139,7 @@
139139
},
140140
{
141141
"name": "macos-x64-apple-mbedtls-debug",
142-
"displayName": "macOS x64: Debug / Apple Clang / Mbed TLS",
142+
"displayName": "macOS x86_64: Debug / Apple Clang / Mbed TLS",
143143
"configurePreset": "macos-x64-apple-mbedtls-debug",
144144
"condition": {
145145
"type": "equals",

0 commit comments

Comments
 (0)