diff options
author | Julian Arkenau <julian.arkenau@dfki.de> | 2022-06-25 12:41:57 (GMT) |
---|---|---|
committer | Julian Arkenau <julian.arkenau@dfki.de> | 2022-06-25 12:41:57 (GMT) |
commit | b9d2e1f62f3d93c1c3197900ba7170fa5177ad23 (patch) | |
tree | 2d92ea5116efa78392583c45a8a6317deb26a78e /googletest/README.md | |
parent | 5376968f6948923e2411081fd9372e71a59d8e77 (diff) | |
download | googletest-b9d2e1f62f3d93c1c3197900ba7170fa5177ad23.zip googletest-b9d2e1f62f3d93c1c3197900ba7170fa5177ad23.tar.gz googletest-b9d2e1f62f3d93c1c3197900ba7170fa5177ad23.tar.bz2 |
docs: update googletest README for release 1.12.0refs/pull/3912/head
Diffstat (limited to 'googletest/README.md')
-rw-r--r-- | googletest/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md index d26b309..8760d13 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.11.0 +git clone https://github.com/google/googletest.git -b release-1.12.0 cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build @@ -94,7 +94,7 @@ include(FetchContent) FetchContent_Declare( googletest # Specify the commit you depend on and update it regularly. - URL https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.zip + URL https://github.com/google/googletest/archive/5376968f6948923e2411081fd9372e71a59d8e77.zip ) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) |