Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Aug 4, 2023
1 parent f27c6de commit 02d4565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/rocm/cmake/ROCMClangTidy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ function(rocm_clang_tidy_check TARGET)
set(GH_ANNOTATIONS ${ROCM_ENABLE_GH_ANNOTATIONS})
execute_process(
COMMAND
${CMAKE_COMMAND} --build ${CMAKE_CURRENT_BINARY_DIR} --target ${BASE_SOURCE}.i -- -e COLOR=OFF
${CMAKE_COMMAND} --build ${CMAKE_CURRENT_BINARY_DIR} --target ${BASE_SOURCE}.i --
-e COLOR=OFF
ERROR_QUIET
OUTPUT_VARIABLE PP_OUT
RESULT_VARIABLE RESULT1)
Expand Down

0 comments on commit 02d4565

Please sign in to comment.