Skip to content

Commit

Permalink
Fix error in extra flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Aug 4, 2023
1 parent d678ff8 commit 916a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/rocm/cmake/ROCMClangTidy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ 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 916a48a

Please sign in to comment.