Skip to content

Commit

Permalink
fix typo in cmake/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jun 24, 2015
1 parent 242fdef commit 6016199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6016199

Please sign in to comment.