Skip to content

Commit

Permalink
Fix typo in recent BUILDING.md update
Browse files Browse the repository at this point in the history
It's an older version of CMake that will prevent you from installing
module-provided dependencies. Also explicitly point that out that
"install from module" will only work starting with gRPC 1.27 and newer.
  • Loading branch information
zackgalbreath committed Dec 30, 2019
1 parent 4bfc638 commit 73b144d
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 @@ -185,8 +185,8 @@ If you are running CMake v3.13 or newer you can build gRPC's dependencies
in "module" mode and install them alongside gRPC in a single step.
[Example](test/distrib/cpp/run_distrib_test_cmake_module_install.sh)

If you are using an older version of gRPC, you will need to select "package"
mode (rather than "module" mode) for the dependencies.
If you are building gRPC < 1.27 or if you are using CMake < 3.13 you will need
to select "package" mode (rather than "module" mode) for the dependencies.
This means you will need to have external copies of these libraries available
on your system.
```
Expand Down

0 comments on commit 73b144d

Please sign in to comment.