Skip to content

Commit fcc8da1

Browse files
committed
Apply suggestions
Signed-off-by: haonanya <[email protected]>
1 parent 12c9c53 commit fcc8da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/CMakeFunctions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function(apply_patches repo_dir patches_dirs base_revision target_branch ret)
163163
if (NOT (ret_not_git_repo OR ret_check_out OR ret_apply_patch))
164164
set(${ret} True PARENT_SCOPE)
165165
else()
166-
message(FATAL_ERROR "apply_patches failed!")
166+
message(FATAL_ERROR "[OPENCL-CLANG] Failed to apply patch!")
167167
endif()
168168
endfunction()
169169

0 commit comments

Comments
 (0)