diff options
| author | 2023-01-29 19:56:12 -0600 | |
|---|---|---|
| committer | 2023-01-29 19:57:40 -0600 | |
| commit | fb425159b151aa4e67464f5e11b9bee3fd6d8a9f (patch) | |
| tree | 9f88a30d5a4b2bc5cd10e39430d9251237defe57 /CMakeLists.txt | |
| parent | Merge pull request #9706 from Morph1984/github-tagged-merge (diff) | |
| download | yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.gz yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.xz yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.zip | |
cmake: Download clang format 15
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 |