Commit 5afcb3ca authored by Hyuk Myeong's avatar Hyuk Myeong
Browse files

Add follow-up patch for more natural reading

parent 2d1a18ff
......@@ -30,7 +30,8 @@ with
cd build
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
cmake .. -DBUILD_GMOCK=OFF
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment