merlimat closed pull request #1990: Fixed libgtest path in document URL: https://github.com/apache/incubator-pulsar/pull/1990
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site/docs/latest/project/CompileCpp.md b/site/docs/latest/project/CompileCpp.md index 69fcd28c80..96257424d8 100644 --- a/site/docs/latest/project/CompileCpp.md +++ b/site/docs/latest/project/CompileCpp.md @@ -64,7 +64,7 @@ Then compile and install [Google Test](https://github.com/google/googletest): $ cd /usr/src/googletest $ sudo cmake . $ sudo make -$ sudo cp ./googlemock/libgmock.a ./googletest/libgtest.a /usr/lib/ +$ sudo cp ./googlemock/libgmock.a ./googlemock/gtest/libgtest.a /usr/lib/ # less than 1.18.0 $ cd /usr/src/gtest ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
