Add hard-coded version to cmake blog post

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
lucperkins 2020-03-17 12:25:41 -07:00
parent e87270eb8d
commit 917b5baacf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ include(FetchContent)
FetchContent_Declare(
gRPC
GIT_REPOSITORY https://github.com/grpc/grpc
GIT_TAG {{< param grpc_release_tag >}}
GIT_TAG v1.28.0
)
set(FETCHCONTENT_QUIET OFF)
FetchContent_MakeAvailable(gRPC)