Sfoglia il codice sorgente

Merge pull request #9707 from german77/clang15

cmake: Download clang format 15
Morph 3 anni fa
parent
commit
4069c3ac8b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -514,7 +514,7 @@ endif()
 # against all the src files. This should be used before making a pull request.
 # 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
 find_program(CLANG_FORMAT
     NAMES clang-format${CLANG_FORMAT_POSTFIX}
     NAMES clang-format${CLANG_FORMAT_POSTFIX}
           clang-format
           clang-format