Commit 671cfb7d authored by Ferenc Géczi's avatar Ferenc Géczi
Browse files

Suggests a release with fixed CMakeLists.txt


Signed-off-by: default avatarFerenc Géczi <ferenc.gm@gmail.com>
parent 9fbb6575
...@@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts ...@@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts
with 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. cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output. mkdir build # Create a directory to hold the build output.
cd build cd build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment