mirror of https://github.com/grpc/grpc.io.git
Add hard-coded version to cmake blog post
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
e87270eb8d
commit
917b5baacf
|
|
@ -19,7 +19,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
gRPC
|
gRPC
|
||||||
GIT_REPOSITORY https://github.com/grpc/grpc
|
GIT_REPOSITORY https://github.com/grpc/grpc
|
||||||
GIT_TAG {{< param grpc_release_tag >}}
|
GIT_TAG v1.28.0
|
||||||
)
|
)
|
||||||
set(FETCHCONTENT_QUIET OFF)
|
set(FETCHCONTENT_QUIET OFF)
|
||||||
FetchContent_MakeAvailable(gRPC)
|
FetchContent_MakeAvailable(gRPC)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue