Commit 53c306de authored by Jisi Liu's avatar Jisi Liu

Merge pull request #538 from google/jtattermusch-patch-1

fix typo in cmake/README.md
parents 242fdef6 60161997
...@@ -32,7 +32,7 @@ Compiling and Installing ...@@ -32,7 +32,7 @@ Compiling and Installing
If you don't have gmock, skip the build of tests by turning off the If you don't have gmock, skip the build of tests by turning off the
BUILD_TESTING option: BUILD_TESTING option:
$ cmake -G "Visutal Studio 9 2008" -DBUILD_TESTING=OFF .. $ cmake -G "Visual Studio 9 2008" -DBUILD_TESTING=OFF ..
3. Open the generated protobuf.sln file in Microsoft Visual Studio. 3. Open the generated protobuf.sln file in Microsoft Visual Studio.
4. Choose "Debug" or "Release" configuration as desired. 4. Choose "Debug" or "Release" configuration as desired.
......
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