Skip to content

Commit 7b9b686

Browse files
committed
CMake config: Also check for newer clang-tidy versions
1 parent 3ed568f commit 7b9b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ endif()
427427
#
428428
#-----------------------------------------------------------------------------
429429
message(STATUS "Looking for clang-tidy")
430-
find_program(CLANG_TIDY NAMES clang-tidy clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
430+
find_program(CLANG_TIDY NAMES clang-tidy clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
431431

432432
if(CLANG_TIDY)
433433
message(STATUS "Looking for clang-tidy - found ${CLANG_TIDY}")

0 commit comments

Comments
 (0)