diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-05 11:03:17 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-05 11:03:17 +0000 |
| commit | e0c43cf62221d859b52d8a7cd3c78559de3bac8a (patch) | |
| tree | 32e1e48a8ce55f9cc957cc994fb2f21a1bb858e3 /CMakeLists.txt | |
| parent | d8670d8eeb55bc0ea347cfe4a9a27640fe4e4e7e (diff) | |
| download | kernel-e0c43cf62221d859b52d8a7cd3c78559de3bac8a.tar.xz kernel-e0c43cf62221d859b52d8a7cd3c78559de3bac8a.zip | |
ide: fix container configuration
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 972422c..8d48a13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,6 +70,8 @@ add_compile_options( #]============================================================================] find_program(CLANG_TIDY_EXE NAMES + "clang-tidy-23" + "clang-tidy-22" "clang-tidy-21" "clang-tidy" ) |
