We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd6360 commit c89f594Copy full SHA for c89f594
CMakeLists.txt
@@ -62,7 +62,7 @@ macro(clangformat_targets)
62
# tool. It does not work with older versions as AfterCaseLabel is not supported
63
# in earlier versions.
64
find_program(CLANG_FORMAT NAMES
65
- clang-format-9)
+ clang-format90 clang-format-9)
66
67
# If we've found a clang-format tool, generate a target for it, otherwise emit
68
# a warning.
0 commit comments