fix a nit in the cmake instructions

pull/22252/head
Jan Tattermusch 5 years ago committed by GitHub
parent 79f1a07cc1
commit d99b541656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/cpp/README.md

@ -77,7 +77,7 @@ include(FetchContent)
FetchContent_Declare(
gRPC
GIT_REPOSITORY https://github.com/grpc/grpc
GIT_TAG v1.25.0
GIT_TAG RELEASE_TAG_HERE # e.g v1.28.0
)
set(FETCHCONTENT_QUIET OFF)
FetchContent_MakeAvailable(gRPC)

Loading…
Cancel
Save