mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10:00
revert: "build: enable cmake workflow presets (#21860)"
This reverts commit 00a976129b.
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.
This commit is contained in:
@@ -253,7 +253,8 @@ For managing includes in C files, use [include-what-you-use].
|
||||
- [Install include-what-you-use][include-what-you-use-install]
|
||||
- To see which includes needs fixing use the cmake preset `iwyu`:
|
||||
```
|
||||
cmake --workflow --preset iwyu
|
||||
cmake --preset iwyu
|
||||
cmake --build --preset iwyu
|
||||
```
|
||||
- There's also a make target that automatically fixes the suggestions from
|
||||
IWYU:
|
||||
|
||||
Reference in New Issue
Block a user