Commit baec5e40 authored by zhujiashun's avatar zhujiashun

remove line continuation in cmake to adapt to cmake 2.x

parent e779acff
...@@ -6,8 +6,7 @@ option(DEBUG "Print debug logs" OFF) ...@@ -6,8 +6,7 @@ option(DEBUG "Print debug logs" OFF)
option(WITH_DEBUG_SYMBOLS "With debug symbols" ON) option(WITH_DEBUG_SYMBOLS "With debug symbols" ON)
option(WITH_THRIFT "With thrift framed protocol supported" OFF) option(WITH_THRIFT "With thrift framed protocol supported" OFF)
option(BUILD_UNIT_TESTS "Whether to build unit tests" OFF) option(BUILD_UNIT_TESTS "Whether to build unit tests" OFF)
option(DOWNLOAD_GTEST "Download and build a fresh copy of \ option(DOWNLOAD_GTEST "Download and build a fresh copy of googletest. Requires Internet access." ON)
googletest. Requires Internet access." ON)
# Enable MACOSX_RPATH. Run "cmake --help-policy CMP0042" for policy details. # Enable MACOSX_RPATH. Run "cmake --help-policy CMP0042" for policy details.
if(POLICY CMP0042) if(POLICY CMP0042)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment