Skip to content

Commit

Permalink
Forcing ninja in CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot authored Nov 14, 2024
1 parent 1aa5dd6 commit 3c73c5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"name": "generator",
"generator": "Ninja Multi-Config",
"binaryDir": "${sourceDir}/build",
"hidden": true
"hidden": true,
"cacheVariables": {
"CMAKE_MAKE_PROGRAM": "ninja"
}
},
{
"name": "ci",
Expand Down Expand Up @@ -131,4 +134,4 @@
"configurePreset": "ci"
}
]
}
}

0 comments on commit 3c73c5b

Please sign in to comment.