Skip to content

Commit a0648ee

Browse files
committed
Add comments.
1 parent 4d47683 commit a0648ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/external/protobuf.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
191191
SET(PROTOBUF_REPO "https://github.com/google/protobuf.git")
192192
SET(PROTOBUF_TAG "9f75c5aa851cd877fb0d93ccc31b8567a6706546")
193193
IF(MOBILE_INFERENCE)
194+
# The reason why the official version is not used is described in
195+
# https://github.com/PaddlePaddle/Paddle/issues/6114
194196
SET(PROTOBUF_REPO "https://github.com/qingqing01/protobuf.git")
195197
SET(PROTOBUF_TAG "v3.2.0")
196198
IF(NOT BUILD_FOR_HOST)

0 commit comments

Comments
 (0)