diff options
author | Ferenc Géczi <ferenc.gm@gmail.com> | 2022-10-07 00:00:00 (GMT) |
---|---|---|
committer | Ferenc Géczi <ferenc.gm@gmail.com> | 2022-10-09 16:47:19 (GMT) |
commit | 671cfb7dbf26363ea0fc11b7e813cda7c2a2912e (patch) | |
tree | 4293e28d75d9a2ae275c7650ce777b68fc5cb137 /googletest | |
parent | 9fbb6575035e3ac97ad9547d042c026a1296c705 (diff) | |
download | googletest-671cfb7dbf26363ea0fc11b7e813cda7c2a2912e.zip googletest-671cfb7dbf26363ea0fc11b7e813cda7c2a2912e.tar.gz googletest-671cfb7dbf26363ea0fc11b7e813cda7c2a2912e.tar.bz2 |
Suggests a release with fixed CMakeLists.txtrefs/pull/4032/head
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index 75b3d52..3a82b1d 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts with ``` -git clone https://github.com/google/googletest.git -b release-1.12.0 +git clone https://github.com/google/googletest.git -b release-1.12.1 cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build |