Skip to content

Commit

Permalink
Allow clang-tidy-3.8 and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 5, 2016
1 parent 9562fac commit e13bdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -467,7 +467,7 @@ endif()

find_program(
CLANG_TIDY_EXECUTABLE
NAMES clang-tidy clang-tidy-3.8
NAMES clang-tidy clang-tidy-3.9 clang-tidy-3.8
)

get_property(clang_tidy_files GLOBAL PROPERTY DART_CLANG_TIDY_FILES)
Expand Down Expand Up @@ -525,7 +525,7 @@ if(CLANG_TIDY_EXECUTABLE)
-E echo "Warning: Not found any source files to run clang-tidy."
)
add_custom_target(
clang-tidy
clang-tidy-fix
COMMAND
${CMAKE_COMMAND}
-E echo "Warning: Not found any source files to run clang-tidy-fix."
Expand Down

0 comments on commit e13bdc3

Please sign in to comment.