Browse Source

Update FindClangTools.cmake

Clang tools typo
miehe-dup 5 years ago
parent
commit
614891fca5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/cmake/FindClangTools.cmake

+ 1 - 1
tools/cmake/FindClangTools.cmake

@@ -20,7 +20,7 @@ else()
 endif()
 
 find_program(CLANG_FORMAT_PROGRAM
-  NAMES clang-format 3.9 clang-format-3.8 clang-format-3.7 clang-format-3.6 clang-format
+  NAMES clang-format-3.9 clang-format-3.8 clang-format-3.7 clang-format-3.6 clang-format
   PATHS $ENV{CLANG_TOOLS_PATH} /usr/local/bin /usr/bin
   NO_DEFAULT_PATH)