diff options
author | Hyuk Myeong <hyuk.myeong@lge.com> | 2020-09-15 12:31:07 (GMT) |
---|---|---|
committer | Hyuk Myeong <hyuk.myeong@lge.com> | 2020-09-15 12:31:07 (GMT) |
commit | 5afcb3ca4d1b01eee16f3d4030b40d16ed241c8f (patch) | |
tree | 22148a7f7769891771bee361b4e14295c0f6568a /googletest | |
parent | 2d1a18ff3a1e823daf17c7386470197aae61286f (diff) | |
download | googletest-5afcb3ca4d1b01eee16f3d4030b40d16ed241c8f.zip googletest-5afcb3ca4d1b01eee16f3d4030b40d16ed241c8f.tar.gz googletest-5afcb3ca4d1b01eee16f3d4030b40d16ed241c8f.tar.bz2 |
Add follow-up patch for more natural reading
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index 7fe5301..a5465cd 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 |