Skip to content

Commit

Permalink
perf: remove redundant ninja configuration (#358)
Browse files Browse the repository at this point in the history
Single configuration ninja does not need configuration
  • Loading branch information
msclock authored Aug 26, 2024
1 parent 13c7f3f commit 57e1e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions cmake/presets/generators/ninja.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
{
"name": "ninja",
"hidden": true,
"configurePreset": "ninja",
"configuration":"RelWithDebInfo"
"configurePreset": "ninja"
},
{
"name": "ninja-multi-config",
Expand All @@ -30,8 +29,7 @@
{
"name": "ninja",
"hidden": true,
"configurePreset": "ninja",
"configuration": "RelWithDebInfo"
"configurePreset": "ninja"
},
{
"name": "ninja-multi-config",
Expand Down
6 changes: 2 additions & 4 deletions template/cmake/presets/generators/ninja.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
{
"name": "ninja",
"hidden": true,
"configurePreset": "ninja",
"configuration":"RelWithDebInfo"
"configurePreset": "ninja"
},
{
"name": "ninja-multi-config",
Expand All @@ -30,8 +29,7 @@
{
"name": "ninja",
"hidden": true,
"configurePreset": "ninja",
"configuration": "RelWithDebInfo"
"configurePreset": "ninja"
},
{
"name": "ninja-multi-config",
Expand Down

0 comments on commit 57e1e23

Please sign in to comment.