Skip to content

Commit d7b4efc

Browse files
committed
remove display names from CMake presets for Linux, Mac, and Windows
1 parent 311dc1a commit d7b4efc

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

cmake/Platform/Linux/CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "linux-ninja-gcc",
14-
"displayName": "Linux Ninja Generator + GCC",
1514
"description": "Configure Linux to use the Ninja generator and the GCC compiler",
1615
"binaryDir": "${sourceDir}/build/linux_ninja_gcc",
1716
"inherits": [
@@ -24,7 +23,6 @@
2423
},
2524
{
2625
"name": "linux-ninja-clang",
27-
"displayName": "Linux Ninja Generator + Clang++",
2826
"description": "Configure Linux to use the Ninja generator and the Clang++ compiler",
2927
"binaryDir": "${sourceDir}/build/linux_ninja_clang",
3028
"inherits": [

cmake/Platform/Mac/CMakePresets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "mac-ninja-clang",
14-
"displayName": "Mac Ninja Generator + Clang++",
1514
"description": "Configure Mac to use the Ninja generator and the Clang++ compiler",
1615
"binaryDir": "${sourceDir}/build/mac_ninja_clang",
1716
"inherits": [
@@ -24,7 +23,6 @@
2423
},
2524
{
2625
"name": "mac-xcode-clang",
27-
"displayName": "Mac Xcode Generator + Clang++",
2826
"description": "Configure Mac to use the Xcode generator and the Clang++ compiler",
2927
"binaryDir": "${sourceDir}/build/mac_xcode_clang",
3028
"inherits": [

cmake/Platform/Windows/CMakePresets.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"configurePresets": [
1212
{
1313
"name": "windows-vs2022",
14-
"displayName": "Windows Visual Studio 2022 Generator + MSVC",
1514
"description": "Configure Windows to use the VS2022 generator",
1615
"binaryDir": "${sourceDir}/build/windows_vs2022_msvc",
1716
"inherits": [
@@ -32,7 +31,6 @@
3231
},
3332
{
3433
"name": "windows-vs2022-clangcl",
35-
"displayName": "Windows Visual Studio 2022 Generator + ClangCL",
3634
"description": "Configure Windows to use the VS2022 generator and the ClangCL compiler",
3735
"binaryDir": "${sourceDir}/build/windows_vs2022_clangcl",
3836
"inherits": [
@@ -53,7 +51,6 @@
5351
},
5452
{
5553
"name": "windows-ninja",
56-
"displayName": "Windows Ninja Generator + MSVC",
5754
"description": "Configure Windows using the Ninja generator",
5855
"binaryDir": "${sourceDir}/build/windows_ninja_msvc",
5956
"inherits": [
@@ -74,7 +71,6 @@
7471
},
7572
{
7673
"name": "windows-ninja-clangcl",
77-
"displayName": "Windows Ninja Generator + ClangCL",
7874
"description": "Configure Windows using the Ninja generator and the ClangCL compiler",
7975
"binaryDir": "${sourceDir}/build/windows_ninja_clangcl",
8076
"inherits": [

0 commit comments

Comments
 (0)