aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvslashg <gfalcon@google.com>2019-10-23 13:35:36 -0400
committervslashg <gfalcon@google.com>2019-10-23 13:35:36 -0400
commit1110c471cadf9cf40cb735890d67f135d6313471 (patch)
treea0ed89ddf40dc0298debbcb3d37f94273b93af3e
parent8bab7883a676ee439801b22d0fdbe328ea021f9a (diff)
parentf164a9e23c0f368bb44f1e2ff047abd7ccc718f3 (diff)
downloadgoogletest-1110c471cadf9cf40cb735890d67f135d6313471.tar.gz
googletest-1110c471cadf9cf40cb735890d67f135d6313471.tar.bz2
googletest-1110c471cadf9cf40cb735890d67f135d6313471.zip
Merge pull request #2522 from cloudrex:patch-1
PiperOrigin-RevId: 276271201
-rw-r--r--googletest/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 766ddc1e..904048f4 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -8,8 +8,8 @@ depends on which build system you use, and is usually straightforward.
### Build with CMake
-Google Test comes with a CMake build script (
-[CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
+Google Test comes with a CMake build script
+([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
that can be used on a wide range of platforms ("C" stands for cross-platform.).
If you don't have CMake installed already, you can download it for free from
<http://www.cmake.org/>.