Fixed Document `cmake --build` to `cmake --build .` (#13449)
`cmake --build` This command needs to specify the directory.
```
Usage: cmake --build <dir> [options] [-- [native-options]]
cmake --build --preset <preset> [options] [-- [native-options]]
Options:
<dir> = Project binary directory to be built.
```
Closes #13449
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13449 from xinzhanguo:main 770317b8ec
PiperOrigin-RevId: 553944712
pull/13460/head
parent
a81be2e610
commit
6104c4394c
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue