This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a9a37c4 Fixed libgtest path in document (#1990)
a9a37c4 is described below
commit a9a37c474bf189221bc391baf427452c5d0aa655
Author: hrsakai <[email protected]>
AuthorDate: Wed Jun 20 02:42:23 2018 +0900
Fixed libgtest path in document (#1990)
---
site/docs/latest/project/CompileCpp.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/docs/latest/project/CompileCpp.md
b/site/docs/latest/project/CompileCpp.md
index 69fcd28..9625742 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