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
5afcb3ca
Commit
5afcb3ca
authored
Sep 15, 2020
by
Hyuk Myeong
Browse files
Add follow-up patch for more natural reading
parent
2d1a18ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
googletest/README.md
googletest/README.md
+2
-1
No files found.
googletest/README.md
View file @
5afcb3ca
...
@@ -30,7 +30,8 @@ with
...
@@ -30,7 +30,8 @@ with
cd build
cd build
cmake .. # Generate native build scripts for Google Test.
cmake .. # Generate native build scripts for Google Test.
If you want to build without Google Mock, you should replace the last command
The above command also includes Google Mock by default. And so, if you want
to build only Google Test, you should replace the last command
with
with
cmake .. -DBUILD_GMOCK=OFF
cmake .. -DBUILD_GMOCK=OFF
...
...
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