Skip to content

Commit

Permalink
CMakePresets.json: Rename "windows-default" configuration to "windows…
Browse files Browse the repository at this point in the history
…-base"
  • Loading branch information
Stephen G authored and Stephen G committed Apr 21, 2024
1 parent b3d5ac9 commit c73ae6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
}
},
{
"name": "windows-default",
"name": "windows-base",
"hidden": true,
"inherits": "default",
"displayName": "Windows Default",
Expand Down Expand Up @@ -303,7 +303,7 @@
{
"name": "VS2019Win64",
"hidden": true,
"inherits": "windows-default",
"inherits": "windows-base",
"displayName": "Visual Studio 2019 on Windows x64",
"generator": "Visual Studio 16 2019",
"architecture": "X64",
Expand All @@ -316,7 +316,7 @@
{
"name": "VS2022Win64",
"hidden": true,
"inherits": "windows-default",
"inherits": "windows-base",
"displayName": "Visual Studio 2022 on Windows x64",
"generator": "Visual Studio 17 2022",
"architecture": "X64",
Expand All @@ -329,7 +329,7 @@
{
"name": "ninja-windows",
"hidden": true,
"inherits": "windows-default",
"inherits": "windows-base",
"displayName": "Ninja on Windows",
"generator": "Ninja Multi-Config",
"condition": {
Expand Down

0 comments on commit c73ae6c

Please sign in to comment.