From 5afcb3ca4d1b01eee16f3d4030b40d16ed241c8f Mon Sep 17 00:00:00 2001 From: Hyuk Myeong Date: Tue, 15 Sep 2020 21:31:07 +0900 Subject: [PATCH] Add follow-up patch for more natural reading --- googletest/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/googletest/README.md b/googletest/README.md index 7fe53014..a5465cdc 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -30,7 +30,8 @@ with cd build cmake .. # Generate native build scripts for Google Test. -If you want to build without Google Mock, you should replace the last command +The above command also includes Google Mock by default. And so, if you want +to build only Google Test, you should replace the last command with cmake .. -DBUILD_GMOCK=OFF