aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-03-11 19:21:54 +0100
committerGitHub <noreply@github.com>2023-03-11 19:21:54 +0100
commit829d92eca3d72a701adc6e6aa17ccd9fe2082479 (patch)
tree856b4bdf432da576ab12a25842da95695a692345 /CMakePresets.json
parentb55b8ddf8141088ec57522c2dd8e27ffaec77626 (diff)
downloadrneovim-829d92eca3d72a701adc6e6aa17ccd9fe2082479.tar.gz
rneovim-829d92eca3d72a701adc6e6aa17ccd9fe2082479.tar.bz2
rneovim-829d92eca3d72a701adc6e6aa17ccd9fe2082479.zip
revert: "build: enable cmake workflow presets (#21860)"
This reverts commit 00a976129b603b60f1e309ee7484cb0f4b5a9792. Visual Studio fails the build if the CMakePresets.json version is too high and the CMakePresets.json integration is enabled. Closes https://github.com/neovim/neovim/issues/22608.
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json17
1 files changed, 1 insertions, 16 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 62abb2697f..22077a64a5 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -1,5 +1,5 @@
{
- "version": 6,
+ "version": 3,
"configurePresets": [
{
"name": "base",
@@ -94,20 +94,5 @@
"name": "iwyu",
"configurePreset": "iwyu"
}
- ],
- "workflowPresets": [
- {
- "name": "iwyu",
- "steps": [
- {
- "type": "configure",
- "name": "iwyu"
- },
- {
- "type": "build",
- "name": "iwyu"
- }
- ]
- }
]
}