Browse Source
Merge pull request #9707 from german77/clang15
cmake: Download clang format 15
pull/15/merge
Morph
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
|
@ -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 |
|
|
|
|