CMakeLists: Update to clang format version 12

This commit is contained in:
ameerj 2021-09-24 16:36:43 -04:00
parent 73666fb262
commit 9266bad229
1 changed files with 1 additions and 1 deletions

View File

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