Skip to content

Commit

Permalink
Use unix makefiles generator
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Nov 19, 2023
1 parent 32bb60d commit 039b1d2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@
"name": "gcc",
"displayName": "GCC",
"description": "Default build options for GCC",
"generator": "Ninja",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build"
}
]
],
"buildPresets": [
{
"name": "gcc",
"configurePreset": "gcc"
}
],
"testPresets": [
{
"name": "gcc",
"configurePreset": "gcc",
"output": {"outputOnFailure": true},
"execution": {"noTestsAction": "error", "stopOnFailure": true}
}
],
}

0 comments on commit 039b1d2

Please sign in to comment.