Skip to content

Commit 3a4b676

Browse files
authored
Merge pull request #1855 from joto/upd-clang-tidy
CMake: Also look for newer versions of clang-tidy
2 parents 4facd1a + a5efdee commit 3a4b676

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
@@ -287,7 +287,7 @@ target_link_libraries(osm2pgsql osm2pgsql_lib ${LIBS})
287287

288288
message(STATUS "Looking for clang-tidy")
289289
find_program(CLANG_TIDY
290-
NAMES clang-tidy clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
290+
NAMES clang-tidy clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
291291

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

0 commit comments

Comments
 (0)