You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/08/05 11:47:49 UTC

[incubator-brpc] branch master updated: remove line continuation in cmake to adapt to cmake 2.x

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new baec5e4  remove line continuation in cmake to adapt to cmake 2.x
     new bd7cbbd  Merge pull request #876 from zyearn/fix_line_continuation_in_cmake
baec5e4 is described below

commit baec5e4044f9eaacd8f1c6694be4fd31ad39a54e
Author: zhujiashun <zh...@gmail.com>
AuthorDate: Mon Aug 5 19:45:27 2019 +0800

    remove line continuation in cmake to adapt to cmake 2.x
---
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f469eb9..b263189 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,8 +6,7 @@ option(DEBUG "Print debug logs" OFF)
 option(WITH_DEBUG_SYMBOLS "With debug symbols" ON)
 option(WITH_THRIFT "With thrift framed protocol supported" OFF)
 option(BUILD_UNIT_TESTS "Whether to build unit tests" OFF)
-option(DOWNLOAD_GTEST "Download and build a fresh copy of \
-                            googletest. Requires Internet access." ON)
+option(DOWNLOAD_GTEST "Download and build a fresh copy of googletest. Requires Internet access." ON)
 
 # Enable MACOSX_RPATH. Run "cmake --help-policy CMP0042" for policy details.
 if(POLICY CMP0042)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org