Skip to content

Commit

Permalink
Use a multi-config generator in the CMake macos preset
Browse files Browse the repository at this point in the history
Specifically Ninja Multi-Config (it's fast)

Fixes CI not actually building multiple configs, as well as artifacts not found in expected locations
danra committed Apr 17, 2024

Verified

This commit was signed with the committer’s verified signature.
philclifford Phil Clifford
1 parent 4396360 commit c9cc616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@
}
, {
"name": "mac"
, "generator": "Ninja Multi-Config"
, "condition": {
"type": "equals"
, "lhs": "${hostSystemName}"

0 comments on commit c9cc616

Please sign in to comment.