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 @@ -55,7 +55,7 @@ sudo apt install -y \
55
55
clang-16 \
56
56
clang-17 \
57
57
clang-18 \
58
- clang-format-14 \
58
+ clang-format-18 \
59
59
libtbb-dev
60
60
61
61
pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ add_custom_target(format-cpp-files
21
21
COMMAND find ${DIRS_TO_FORMAT_CPP} ${FIND_TO_FORMAT_CPP} )
22
22
23
23
#
24
- # Use clang-format-14 for code format
24
+ # Use clang-format for code format
25
25
#
26
26
add_custom_target (format-cpp
27
27
COMMAND find ${DIRS_TO_FORMAT_CPP} ${FIND_TO_FORMAT_CPP} |
28
- xargs -P ${CPU_COUNT} clang-format-14 -style=file -i)
28
+ xargs -P ${CPU_COUNT} clang-format-18 -style=file -i)
29
29
30
30
#
31
31
# Use simple python script for fixing C like boxed comments
You can’t perform that action at this time.
0 commit comments