Skip to content
Snippets Groups Projects
Verified Commit 796483c7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 1804899a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ else()
set(CMAKE_C_INCLUDE_WHAT_YOU_USE ${iwyu})
endif()
find_program(clang_tidy NAMES clang-tidy clang-tidy-3.8)
find_program(clang_tidy NAMES clang-tidy clang-tidy-11)
if(NOT clang_tidy)
message(STATUS "clang-tidy: Not found")
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment