build: fix "make iwyu" not working (#24873)

This commit is contained in:
zeertzjq
2023-08-26 17:20:40 +08:00
committed by GitHub
parent 1635c9e75e
commit 5bb17958c5
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ For managing includes in C files, use [include-what-you-use].
- To see which includes needs fixing use the cmake preset `iwyu`:
```bash
cmake --preset iwyu
cmake --build build iwyu
cmake --build build
```
- There's also a make target that automatically fixes the suggestions from
IWYU: