From a9e6a8f61d754368643571f73dd2c0b94baf88c1 Mon Sep 17 00:00:00 2001 From: Leif Gruenwoldt Date: Fri, 16 Oct 2015 19:53:21 -0400 Subject: Change back to "protobuf_BUILD_TESTS" flag In anticipation of PR #753 getting merged we'll change this back. However until that PR gets merged the old value "BUILD_TESTS" is really needed. --- cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index f7f279ca..b3042e6c 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -131,7 +131,7 @@ To create *Visual Studio* solution file: It will generate *Visual Studio* solution file *protobuf.sln* in current directory. If the *gmock* directory does not exist, and you do not want to build protobuf unit tests, -you need to add *cmake* command argument `-DBUILD_TESTING=OFF` to disable testing. +you need to add *cmake* command argument `-Dprotobuf_BUILD_TESTS=OFF` to disable testing. Compiling ========= -- cgit v1.2.3