From 436139803ffbe0ca3dc0e563b63f29b2fd729d4f Mon Sep 17 00:00:00 2001 From: dyyap <35153938+dyyap@users.noreply.github.com> Date: Thu, 15 Nov 2018 18:47:08 -0800 Subject: [PATCH] Updated README.md (#5366) * Update README.md --- cmake/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmake/README.md b/cmake/README.md index 1f370568e..29f766951 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -130,6 +130,13 @@ It will generate *Visual Studio* solution file *protobuf.sln* in current directo If the *gmock* directory does not exist, and you do not want to build protobuf unit tests, you need to add *cmake* command argument `-Dprotobuf_BUILD_TESTS=OFF` to disable testing. +To make a *Visual Studio* file for Visual Studio 15 2017, create the *Visual Studio* +solution file above and edit the CmakeCache file. + + C:Path\to\protobuf\cmake\build\solution\CMakeCache + +Then create the *Visual Studio* solution file again + Compiling =========