Skip to content

Commit cdbed60

Browse files
Merge pull request #3912 from jarkenau:main
PiperOrigin-RevId: 457479731 Change-Id: Ia883186c01886196f23c3957381566eab3d76c5f
2 parents 5376968 + b9d2e1f commit cdbed60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

googletest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts
2525
with
2626

2727
```
28-
git clone https://github.com/google/googletest.git -b release-1.11.0
28+
git clone https://github.com/google/googletest.git -b release-1.12.0
2929
cd googletest # Main directory of the cloned repository.
3030
mkdir build # Create a directory to hold the build output.
3131
cd build
@@ -94,7 +94,7 @@ include(FetchContent)
9494
FetchContent_Declare(
9595
googletest
9696
# Specify the commit you depend on and update it regularly.
97-
URL https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.zip
97+
URL https://github.com/google/googletest/archive/5376968f6948923e2411081fd9372e71a59d8e77.zip
9898
)
9999
# For Windows: Prevent overriding the parent project's compiler/linker settings
100100
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)