summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-01-30 02:56:12 +0100
committergerman77 <juangerman-13@hotmail.com>2023-01-30 02:57:40 +0100
commitfb425159b151aa4e67464f5e11b9bee3fd6d8a9f (patch)
tree9f88a30d5a4b2bc5cd10e39430d9251237defe57
parentMerge pull request #9706 from Morph1984/github-tagged-merge (diff)
downloadyuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.gz
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.bz2
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.lz
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.xz
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.tar.zst
yuzu-fb425159b151aa4e67464f5e11b9bee3fd6d8a9f.zip
-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()
# 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