diff options
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3282ae9d4..8ecc2e476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -456,7 +456,7 @@ endif() | |||
| 456 | # against all the src files. This should be used before making a pull request. | 456 | # against all the src files. This should be used before making a pull request. |
| 457 | # ======================================================================= | 457 | # ======================================================================= |
| 458 | 458 | ||
| 459 | set(CLANG_FORMAT_POSTFIX "-6.0") | 459 | set(CLANG_FORMAT_POSTFIX "-10") |
| 460 | find_program(CLANG_FORMAT | 460 | find_program(CLANG_FORMAT |
| 461 | NAMES clang-format${CLANG_FORMAT_POSTFIX} | 461 | NAMES clang-format${CLANG_FORMAT_POSTFIX} |
| 462 | clang-format | 462 | clang-format |