Skip to content

Commit 4cd5b7d

Browse files
committed
Search for clang-tidy without a version suffix
This is the default naming scheme used by the llvm package in homebrew
1 parent ed8a1ad commit 4cd5b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Findclang_tidy.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ find_program(clang_tidy_EXECUTABLE
1313
clang-tidy-3.8
1414
clang-tidy-3.9
1515
clang-tidy-4.0
16+
clang-tidy
1617
PATHS
1718
"${CLANG_TIDY_DIR}"
1819
)

0 commit comments

Comments
 (0)