Skip to content

Commit c89f594

Browse files
committed
Add missing clang-format name.
1 parent 2dd6360 commit c89f594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ macro(clangformat_targets)
6262
# tool. It does not work with older versions as AfterCaseLabel is not supported
6363
# in earlier versions.
6464
find_program(CLANG_FORMAT NAMES
65-
clang-format-9)
65+
clang-format90 clang-format-9)
6666

6767
# If we've found a clang-format tool, generate a target for it, otherwise emit
6868
# a warning.

0 commit comments

Comments
 (0)