Fixed Document `cmake --build` to `cmake --build .`

pull/13449/head
Euclid 1 year ago committed by GitHub
parent 3511f8acf9
commit 770317b8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmake/README.md

@ -17,7 +17,7 @@ protobuf requires C++14 or newer, sometimes you will need to explicitly override
this. For example, the following:
cmake . -DCMAKE_CXX_STANDARD=14
cmake --build
cmake --build .
will build protobuf using C++14 (see [CXX_STANDARD](https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html#prop_tgt:CXX_STANDARD){.external} for all available options).

Loading…
Cancel
Save