Skip to content
Snippets Groups Projects
Commit 3f90573c authored by Martin Wölzer's avatar Martin Wölzer
Browse files

cmake/clang_tidy.cmake: fixed indentation

parent d42035ff
No related branches found
No related tags found
No related merge requests found
if(NOT libClaPP_CLANG_TIDY_BIN)
find_program(libClaPP_CLANG_TIDY_BIN NAMES "clang-tidy" DOC "Path to clang-tidy executable")
find_program(libClaPP_CLANG_TIDY_BIN NAMES "clang-tidy" DOC "Path to clang-tidy executable")
if(NOT libClaPP_CLANG_TIDY_BIN)
message(STATUS "clang-tidy not found.")
......
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