Add missing clang-format name.

This commit is contained in:
David Chisnall
2021-01-07 10:43:14 +00:00
committed by David Chisnall
parent 2dd63606af
commit c89f594b07

View File

@@ -62,7 +62,7 @@ macro(clangformat_targets)
# tool. It does not work with older versions as AfterCaseLabel is not supported
# in earlier versions.
find_program(CLANG_FORMAT NAMES
clang-format-9)
clang-format90 clang-format-9)
# If we've found a clang-format tool, generate a target for it, otherwise emit
# a warning.