Skip to content

Commit

Permalink
Switched to Ninja build from multi config
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanAlling-DojoFive committed Jan 20, 2024
1 parent 2f08baf commit d181945
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"hidden": true
},
{
"name": "ninja-multi-config",
"generator": "Ninja Multi-Config",
"hidden": true
},
"name": "ninja",
"generator": "Ninja",
"hidden": true
},
{
"name": "default",
"displayName": "Basic configuration",
"inherits": ["ci-build", "cmake-pedantic", "ninja-multi-config"]
"inherits": ["ci-build", "cmake-pedantic", "ninja"]
}
],
"buildPresets": [
Expand All @@ -43,36 +43,31 @@
{
"name": "clean",
"displayName": "Debug build",
"configuration": "Debug",
"targets" : "clean",
"inherits": ["default-config-preset"]
},
{
"name": "srecord-executables",
"displayName": "Debug build",
"configuration": "Debug",
"targets" : "srecord-executables",
"inherits": ["default-config-preset"]
},
{
"name": "srecord-executables-version",
"displayName": "Debug build",
"configuration": "Debug",
"inherits": ["default-config-preset"],
"targets" : "srecord-executables-version"
},
{
"name": "prepare-test",
"displayName": "Debug build",
"configuration": "Debug",
"inherits": ["default-config-preset"],
"targets" : "prepare-test"
}
],
"testPresets": [
{
"name": "test",
"configuration": "Debug",
"configurePreset": "default",
"output": {"outputOnFailure": true, "outputJUnitFile": "ctest.junit.xml"}

Expand Down

0 comments on commit d181945

Please sign in to comment.