diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b3329318a..8896fe0be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -514,7 +514,7 @@ endif() | |||
| 514 | # against all the src files. This should be used before making a pull request. | 514 | # against all the src files. This should be used before making a pull request. |
| 515 | # ======================================================================= | 515 | # ======================================================================= |
| 516 | 516 | ||
| 517 | set(CLANG_FORMAT_POSTFIX "-12") | 517 | set(CLANG_FORMAT_POSTFIX "-15") |
| 518 | find_program(CLANG_FORMAT | 518 | find_program(CLANG_FORMAT |
| 519 | NAMES clang-format${CLANG_FORMAT_POSTFIX} | 519 | NAMES clang-format${CLANG_FORMAT_POSTFIX} |
| 520 | clang-format | 520 | clang-format |