Remove limitations on preset generators (#4051)

This commit is contained in:
Allen Byrne 2024-02-29 16:12:03 -06:00 committed by GitHub
parent 5d6acc5c3f
commit 662ee679e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 21 deletions

View File

@ -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"
}
]
}

View File

@ -522,9 +522,6 @@
"configurePreset": "ci-x64-Release-MSVC",
"hidden": true,
"inherits": "ci-base",
"generators": [
"ZIP"
],
"configurations": ["RelWithDebInfo"]
},
{
@ -544,9 +541,6 @@
"configurePreset": "ci-x64-Release-Intel",
"hidden": true,
"inherits": "ci-base",
"generators": [
"TGZ"
]
}
]
}