From b561107934e7675a0a515e86c25c5b561e9d54c2 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 7 Jan 2021 10:43:14 +0000 Subject: [PATCH] Add missing clang-format name. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a185e3c72..7b949e2a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.