Skip to content

Commit

Permalink
Remove limitations on preset generators (#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Feb 29, 2024
1 parent 5d6acc5 commit 662ee67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
18 changes: 3 additions & 15 deletions HDF5Examples/config/cmake-presets/hidden-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,37 +357,25 @@
"configurePreset": "ci-x64-Release-MSVC",
"hidden": true,
"inherits": "ci-base",
"generators": [
"ZIP"
],
"configurations": ["RelWithDebInfo"]
},
{
"name": "ci-x64-Release-Clang",
"configurePreset": "ci-x64-Release-Clang",
"hidden": true,
"inherits": "ci-base",
"generators": [
"TGZ"
]
"inherits": "ci-base"
},
{
"name": "ci-x64-Release-GNUC",
"configurePreset": "ci-x64-Release-GNUC",
"hidden": true,
"inherits": "ci-base",
"generators": [
"TGZ"
]
"inherits": "ci-base"
},
{
"name": "ci-x64-Release-Intel",
"configurePreset": "ci-x64-Release-Intel",
"hidden": true,
"inherits": "ci-base",
"generators": [
"TGZ"
]
"inherits": "ci-base"
}
]
}
6 changes: 0 additions & 6 deletions config/cmake-presets/hidden-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,6 @@
"configurePreset": "ci-x64-Release-MSVC",
"hidden": true,
"inherits": "ci-base",
"generators": [
"ZIP"
],
"configurations": ["RelWithDebInfo"]
},
{
Expand All @@ -544,9 +541,6 @@
"configurePreset": "ci-x64-Release-Intel",
"hidden": true,
"inherits": "ci-base",
"generators": [
"TGZ"
]
}
]
}
Expand Down

0 comments on commit 662ee67

Please sign in to comment.