cmake: Download clang format 15

This commit is contained in:
german77 2023-01-29 19:56:12 -06:00
parent 7cc82131a3
commit 706dae4410

View file

@ -514,7 +514,7 @@ endif()
# against all the src files. This should be used before making a pull request.
# =======================================================================
set(CLANG_FORMAT_POSTFIX "-12")
set(CLANG_FORMAT_POSTFIX "-15")
find_program(CLANG_FORMAT
NAMES clang-format${CLANG_FORMAT_POSTFIX}
clang-format