summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar german772023-01-29 19:56:12 -0600
committerGravatar german772023-01-29 19:57:40 -0600
commitfb425159b151aa4e67464f5e11b9bee3fd6d8a9f (patch)
tree9f88a30d5a4b2bc5cd10e39430d9251237defe57 /CMakeLists.txt
parentMerge pull request #9706 from Morph1984/github-tagged-merge (diff)
downloadyuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.gz
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.xz
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.zip
cmake: Download clang format 15
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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
517set(CLANG_FORMAT_POSTFIX "-12") 517set(CLANG_FORMAT_POSTFIX "-15")
518find_program(CLANG_FORMAT 518find_program(CLANG_FORMAT
519 NAMES clang-format${CLANG_FORMAT_POSTFIX} 519 NAMES clang-format${CLANG_FORMAT_POSTFIX}
520 clang-format 520 clang-format