File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,13 +251,13 @@ endif()
251
251
252
252
# Check if clang-format (in correct version) is available for Cpp code formatting.
253
253
if (UR_FORMAT_CPP_STYLE )
254
- find_program (CLANG_FORMAT NAMES clang-format-18 clang-format-18 .1 clang-format )
254
+ find_program (CLANG_FORMAT NAMES clang-format-19 clang-format-19 .1 clang-format )
255
255
256
256
if (CLANG_FORMAT )
257
257
get_program_version_major_minor (${CLANG_FORMAT} CLANG_FORMAT_VERSION )
258
258
message (STATUS "Found clang-format: ${CLANG_FORMAT} (version: ${CLANG_FORMAT_VERSION} )" )
259
259
260
- set (CLANG_FORMAT_REQUIRED "18 .1" )
260
+ set (CLANG_FORMAT_REQUIRED "19 .1" )
261
261
if (NOT (CLANG_FORMAT_VERSION VERSION_EQUAL CLANG_FORMAT_REQUIRED ))
262
262
message (FATAL_ERROR "required clang-format version is ${CLANG_FORMAT_REQUIRED} " )
263
263
endif ()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ breathe==4.33.1
6
6
bs4 == 0.0.1
7
7
certifi == 2024.07.04
8
8
chardet == 3.0.4
9
- clang-format == 18 .1.7
9
+ clang-format == 19 .1.6
10
10
colorama == 0.4.1
11
11
docutils == 0.15.2
12
12
exhale == 0.3.0
You can’t perform that action at this time.
0 commit comments