diff options
author | Jisi Liu <liujisi@google.com> | 2015-06-24 14:47:41 -0700 |
---|---|---|
committer | Jisi Liu <liujisi@google.com> | 2015-06-24 14:47:41 -0700 |
commit | 53c306de19b416bc8110f68b407490114fcc414e (patch) | |
tree | 9405efe3807af7e729f334aa85161f9f7fbfadd0 | |
parent | 242fdef65a3eb681ce686c0a68c7d33d4fb2ea1a (diff) | |
parent | 60161997c8ca71c07aa52ef2dc0faf010d5d3afa (diff) |
Merge pull request #538 from google/jtattermusch-patch-1
fix typo in cmake/README.md
-rw-r--r-- | cmake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md index 0abe078e..c68defd8 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -32,7 +32,7 @@ Compiling and Installing If you don't have gmock, skip the build of tests by turning off the 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. 4. Choose "Debug" or "Release" configuration as desired. |