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
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 c5ffa46 commit d8c9dcb
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 d8c9dcb

Please sign in to comment.