Skip to content

Commit d99b541

Browse files
authored
fix a nit in the cmake instructions
1 parent 79f1a07 commit d99b541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include(FetchContent)
7777
FetchContent_Declare(
7878
gRPC
7979
GIT_REPOSITORY https://github.com/grpc/grpc
80-
GIT_TAG v1.25.0
80+
GIT_TAG RELEASE_TAG_HERE # e.g v1.28.0
8181
)
8282
set(FETCHCONTENT_QUIET OFF)
8383
FetchContent_MakeAvailable(gRPC)

0 commit comments

Comments
 (0)