From e0c43cf62221d859b52d8a7cd3c78559de3bac8a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 May 2026 11:03:17 +0000 Subject: ide: fix container configuration --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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" ) -- cgit v1.2.3