Skip to content

Commit

Permalink
[build] fix: preset inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Sep 30, 2024
1 parent b919f0d commit c748b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
{
"name": "ci-macos",
"inherits": "linux",
"inherits": "macos",
"displayName": "macOS CI configuration",
"condition": {
"type": "equals",
Expand Down

0 comments on commit c748b6f

Please sign in to comment.