Skip to content

Commit

Permalink
project lead is allergic to changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Oct 6, 2016
1 parent cb77432 commit fafdedd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/CodeFormat.cmake
@@ -1,6 +1,7 @@
## C++ format #################################################################
find_program(CLANG_FORMAT_EXECUTABLE clang-format-3.7
NAMES clang-format-mp-3.7 # on OS X
find_program(CLANG_FORMAT_EXECUTABLE NAMES
clang-format-3.7
clang-format-mp-3.7
)
if(CLANG_FORMAT_EXECUTABLE)
message("-- Found clang-format: ${CLANG_FORMAT_EXECUTABLE}")
Expand Down

0 comments on commit fafdedd

Please sign in to comment.