CMakePresets.json fixes (#4708)
Fix copy-past errors in display names within CMakePresets.json and use consistent spacing and x64 capitalization
This commit is contained in:
parent
fb1b439ddc
commit
9d173dcd20
@ -8,7 +8,7 @@
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "windows-default",
|
||||
"displayName": "Windows ",
|
||||
"displayName": "Windows",
|
||||
"description": "Sets Ninja generator, and compilers. Configures vcpkg in manifest mode.",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
@ -89,8 +89,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-debug",
|
||||
"displayName": "X64 Debug",
|
||||
"description": "Windows X64 Release ",
|
||||
"displayName": "x64 Debug",
|
||||
"description": "Windows x64 Debug",
|
||||
"inherits": "x64",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
@ -99,8 +99,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-release",
|
||||
"displayName": "X64 Release",
|
||||
"description": "Windows X64 Release ",
|
||||
"displayName": "x64 Release",
|
||||
"description": "Windows x64 Release",
|
||||
"inherits": "x64",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
@ -120,7 +120,7 @@
|
||||
{
|
||||
"name": "x86-release",
|
||||
"displayName": "x86 Release",
|
||||
"description": "Windows x86 Release ",
|
||||
"description": "Windows x86 Release",
|
||||
"inherits": "x86",
|
||||
"hidden": true,
|
||||
"cacheVariables": {
|
||||
@ -193,8 +193,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-debug-tests",
|
||||
"displayName": "X64 Debug With Tests, winhttp+curl",
|
||||
"description": "Windows X64 Debug build with Tests configured",
|
||||
"displayName": "x64 Debug With Tests, winhttp+curl",
|
||||
"description": "Windows x64 Debug build with Tests configured",
|
||||
"inherits": "x64-debug",
|
||||
"cacheVariables": {
|
||||
"BUILD_TESTING": true,
|
||||
@ -207,8 +207,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-debug-tests",
|
||||
"displayName": "X64 Debug With Tests, static",
|
||||
"description": "Windows X64 Debug build with Tests configured",
|
||||
"displayName": "x64 Debug With Tests, static",
|
||||
"description": "Windows x64 Debug build with Tests configured",
|
||||
"inherits": "x64-static-debug",
|
||||
"cacheVariables": {
|
||||
"BUILD_TESTING": true,
|
||||
@ -219,8 +219,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-debug-tests-curl",
|
||||
"displayName": "X64 Debug With Tests, static, libcurl",
|
||||
"description": "Windows X64 Debug build with Tests configured",
|
||||
"displayName": "x64 Debug With Tests, static, libcurl",
|
||||
"description": "Windows x64 Debug build with Tests configured",
|
||||
"inherits": "x64-static-debug-tests",
|
||||
"cacheVariables": {
|
||||
"BUILD_TRANSPORT_CURL": true
|
||||
@ -228,8 +228,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-debug-tests-winhttp",
|
||||
"displayName": "X64 Debug With Tests, static, winhttp",
|
||||
"description": "Windows X64 Debug build with Tests configured",
|
||||
"displayName": "x64 Debug With Tests, static, winhttp",
|
||||
"description": "Windows x64 Debug build with Tests configured",
|
||||
"inherits": "x64-static-debug-tests",
|
||||
"cacheVariables": {
|
||||
"BUILD_TRANSPORT_WINHTTP": true
|
||||
@ -237,8 +237,8 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-debug-tests-OpenSSL111",
|
||||
"displayName": "X64 Debug With Tests, static, OpenSSL 1.1.1, libcurl",
|
||||
"description": "Windows X64 Debug build with Tests configured on OpenSSL 1.1.1",
|
||||
"displayName": "x64 Debug With Tests, static, OpenSSL 1.1.1, libcurl",
|
||||
"description": "Windows x64 Debug build with Tests configured on OpenSSL 1.1.1",
|
||||
"inherits": "x64-static-debug-tests",
|
||||
"cacheVariables": {
|
||||
"VCPKG_OVERLAY_PORTS": "${sourceDir}\\vcpkg-custom-ports"
|
||||
@ -267,7 +267,7 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-release-tests",
|
||||
"displayName": "X64 Release With Tests (Note: Does not link because it sets BUILD_TRANSPORT_CUSTOM)",
|
||||
"displayName": "x64 Release With Tests (Note: Does not link because it sets BUILD_TRANSPORT_CUSTOM)",
|
||||
"inherits": "x64-release",
|
||||
"cacheVariables": {
|
||||
"BUILD_TESTING": true,
|
||||
@ -280,7 +280,7 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-debug-perftests",
|
||||
"displayName": "X64 Debug static With Perf Tests and samples",
|
||||
"displayName": "x64 Debug static With Perf Tests and samples",
|
||||
"inherits": "x64-static-debug-tests",
|
||||
"cacheVariables": {
|
||||
"BUILD_TRANSPORT_CURL": true,
|
||||
@ -291,7 +291,7 @@
|
||||
},
|
||||
{
|
||||
"name": "x64-static-release-perftests",
|
||||
"displayName": "X64 Release With Perf Tests, static",
|
||||
"displayName": "x64 Release With Perf Tests, static",
|
||||
"inherits": "x64-static-release",
|
||||
"cacheVariables": {
|
||||
"INSTALL_GTEST": false,
|
||||
@ -305,7 +305,7 @@
|
||||
|
||||
{
|
||||
"name": "linux-basic-gcc9",
|
||||
"displayName": "Linux GCC 9 ",
|
||||
"displayName": "Linux GCC 9",
|
||||
"description": "Using compilers: C = /usr/bin/gcc-9, CXX = /usr/bin/g++-9",
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"generator": "Ninja",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user