diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-01-29 21:00:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 21:00:55 -0500 |
commit | 4069c3ac8b041bb22801663f4486ef115b863b23 (patch) | |
tree | 9f88a30d5a4b2bc5cd10e39430d9251237defe57 | |
parent | 07cefe9062caac6001434d2cf5467d81292e0934 (diff) | |
parent | fb425159b151aa4e67464f5e11b9bee3fd6d8a9f (diff) |
Merge pull request #9707 from german77/clang15
cmake: Download clang format 15
-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() # 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 |