Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang authored Sep 7, 2022
1 parent 3b4be84 commit 7f3068d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/grpc-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ execute_process(
# grep - Normally, the exit status is 0 if selected lines are found and 1 otherwise. But the exit status is 2 if an error occurred.
if (HAVE_APPLY_PATCH EQUAL 1)
message(STATUS "grpc patch not apply: ${HAVE_APPLY_PATCH}, patching...")
# update the patch using `git format-patch` if you upgrade grpc
set (GRPC_PATCH_FILE "${TiFlash_SOURCE_DIR}/contrib/grpc-cmake/0001-disable-tcp-set-inq-debug-message.patch")
# apply the patch
execute_process(
Expand Down

0 comments on commit 7f3068d

Please sign in to comment.