Skip to content

Commit

Permalink
Add missing Intel configure block
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 3, 2024
1 parent 250d74c commit 4f6a555
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@
"inherits": [
"ci-macos-Release-GNUC"
]
},
{
"name": "ci-StdShar-Intel",
"description": "Intel Standard Build for x64 (Release)",
"configurePreset": "ci-StdShar-Intel",
"verbose": true,
"inherits": [
"ci-x64-Release-Intel"
]
}
],
"testPresets": [
Expand Down

0 comments on commit 4f6a555

Please sign in to comment.