We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d47683 commit a0648eeCopy full SHA for a0648ee
cmake/external/protobuf.cmake
@@ -191,6 +191,8 @@ FUNCTION(build_protobuf TARGET_NAME BUILD_FOR_HOST)
191
SET(PROTOBUF_REPO "https://github.com/google/protobuf.git")
192
SET(PROTOBUF_TAG "9f75c5aa851cd877fb0d93ccc31b8567a6706546")
193
IF(MOBILE_INFERENCE)
194
+ # The reason why the official version is not used is described in
195
+ # https://github.com/PaddlePaddle/Paddle/issues/6114
196
SET(PROTOBUF_REPO "https://github.com/qingqing01/protobuf.git")
197
SET(PROTOBUF_TAG "v3.2.0")
198
IF(NOT BUILD_FOR_HOST)
0 commit comments