aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorλtlas <41349879+cloudrex@users.noreply.github.com>2019-10-19 11:46:52 -0400
committerGitHub <noreply@github.com>2019-10-19 11:46:52 -0400
commitf164a9e23c0f368bb44f1e2ff047abd7ccc718f3 (patch)
treeb07ba41bf17c0d3b012394df33e9865ddec0b3a9 /googletest/README.md
parentf966ed158177f2ed6ff2c402effb16f7f00ca40b (diff)
downloadgoogletest-f164a9e23c0f368bb44f1e2ff047abd7ccc718f3.tar.gz
googletest-f164a9e23c0f368bb44f1e2ff047abd7ccc718f3.tar.bz2
googletest-f164a9e23c0f368bb44f1e2ff047abd7ccc718f3.zip
Remove extra space
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 766ddc1e..dd23abcb 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -8,8 +8,7 @@ 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/>.