We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4facd1a commit a5efdeeCopy full SHA for a5efdee
CMakeLists.txt
@@ -287,7 +287,7 @@ target_link_libraries(osm2pgsql osm2pgsql_lib ${LIBS})
287
288
message(STATUS "Looking for clang-tidy")
289
find_program(CLANG_TIDY
290
- NAMES clang-tidy clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
+ NAMES clang-tidy clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tidy-11)
291
292
if (CLANG_TIDY)
293
message(STATUS "Looking for clang-tidy - found ${CLANG_TIDY}")
0 commit comments