File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts
2525with
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
2929cd googletest # Main directory of the cloned repository.
3030mkdir build # Create a directory to hold the build output.
3131cd build
@@ -94,7 +94,7 @@ include(FetchContent)
9494FetchContent_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
100100set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
You can’t perform that action at this time.
0 commit comments