Skip to content

Commit

Permalink
Look for clang-format-11
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzka committed Feb 2, 2021
1 parent f21a85d commit 1bdbf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ClangFormat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ option(

if(ENABLE_CLANG_FORMATTER)
include(LocateProgram)
LocateProgram(clang-format CLANG_FORMAT_PATH)
LocateProgram(clang-format-11 CLANG_FORMAT_PATH)
if (NOT TARGET format)
add_custom_target(format)
endif (NOT TARGET format)
Expand Down

0 comments on commit 1bdbf09

Please sign in to comment.