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

Fixes CI not actually building multiple configs, as well as artifacts not found in expected locations
  • Loading branch information
danra committed Apr 17, 2024
1 parent 9180d30 commit 9d0404d
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
Expand Up @@ -17,6 +17,7 @@
}
, {
"name": "mac"
, "generator": "Ninja Multi-Config"
, "condition": {
"type": "equals"
, "lhs": "${hostSystemName}"
Expand Down

0 comments on commit 9d0404d

Please sign in to comment.