Skip to content

Commit

Permalink
fix the BUILDING.md example code, when cmake version<3.13, gRPC_INSTA…
Browse files Browse the repository at this point in the history
…LL will be forced to FALSE because gRPC_ABSL_PROVIDER is "module"
  • Loading branch information
walkerdu committed Sep 11, 2020
1 parent ef13dcb commit 2b73fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ $ cmake ../.. -DgRPC_INSTALL=ON \
-DgRPC_ABSL_PROVIDER=package \
-DgRPC_CARES_PROVIDER=package \
-DgRPC_PROTOBUF_PROVIDER=package \
-DgRPC_RE2_PROVIDER=package \
-DgRPC_SSL_PROVIDER=package \
-DgRPC_ZLIB_PROVIDER=package \
-DgRPC_RE2_PROVIDER=package
-DgRPC_ZLIB_PROVIDER=package
$ make
$ make install
```
Expand Down

0 comments on commit 2b73fcc

Please sign in to comment.