Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b9d2e1f6
Commit
b9d2e1f6
authored
Jun 25, 2022
by
Julian Arkenau
Browse files
docs: update googletest README for release 1.12.0
parent
5376968f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/README.md
googletest/README.md
+2
-2
No files found.
googletest/README.md
View file @
b9d2e1f6
...
...
@@ -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.1
1
.0
git clone https://github.com/google/googletest.git -b release-1.1
2
.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/
e2239ee6043f7
372
2
e7
aa812a459f54a28552929
.zip
URL https://github.com/google/googletest/archive/
5376968f6948923e2411081fd9
372e7
1a59d8e77
.zip
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set
(
gtest_force_shared_crt ON CACHE BOOL
""
FORCE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment