File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ SET(GRPC_INSTALL_DIR ${THIRD_PARTY_PATH}/install/grpc)
24
24
SET (GRPC_INCLUDE_DIR "${GRPC_INSTALL_DIR} /include/" CACHE PATH "grpc include directory." FORCE )
25
25
SET (GRPC_CPP_PLUGIN "${GRPC_INSTALL_DIR} /bin/grpc_cpp_plugin" CACHE FILEPATH "GRPC_CPP_PLUGIN" FORCE )
26
26
IF (APPLE )
27
- SET (BUILD_CMD make -n HAS_SYSTEM_PROTOBUF=false -s -j8 static grpc_cpp_plugin | sed "s/-Werror//g" | sh )
27
+ SET (BUILD_CMD make -n HAS_SYSTEM_PROTOBUF=false -s -j static grpc_cpp_plugin | sed "s/-Werror//g" | sh )
28
28
ELSE ()
29
- SET (BUILD_CMD make HAS_SYSTEM_PROTOBUF=false -s -j8 static grpc_cpp_plugin )
29
+ SET (BUILD_CMD make HAS_SYSTEM_PROTOBUF=false -s -j static grpc_cpp_plugin )
30
30
ENDIF ()
31
31
32
32
ExternalProject_Add (
33
33
extern_grpc
34
34
DEPENDS protobuf zlib
35
35
GIT_REPOSITORY "https://github.com/grpc/grpc.git"
36
- GIT_TAG "v1.8 .x"
36
+ GIT_TAG "v1.11 .x"
37
37
PREFIX ${GRPC_SOURCES_DIR}
38
38
UPDATE_COMMAND ""
39
39
CONFIGURE_COMMAND ""
You can’t perform that action at this time.
0 commit comments