No need for boost-locale.
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
This commit is contained in:
parent
3bac086428
commit
e02357ca86
|
|
@ -9,7 +9,7 @@ set(etcd-cpp-api_VERSION_MINOR 1)
|
||||||
option(BUILD_ETCD_TESTS "Build test cases" OFF)
|
option(BUILD_ETCD_TESTS "Build test cases" OFF)
|
||||||
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
|
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
|
||||||
|
|
||||||
find_package(Boost REQUIRED COMPONENTS system thread locale random)
|
find_package(Boost REQUIRED COMPONENTS system thread random)
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
# If we're on OS X check for Homebrew's copy of OpenSSL instead of Apple's
|
# If we're on OS X check for Homebrew's copy of OpenSSL instead of Apple's
|
||||||
if (NOT OpenSSL_DIR)
|
if (NOT OpenSSL_DIR)
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ Source: etcd-cpp-apiv3
|
||||||
Version: etcd-cpp-apiv3-7e280ec
|
Version: etcd-cpp-apiv3-7e280ec
|
||||||
Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
|
Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
|
||||||
Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
|
Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
|
||||||
Build-Depends: boost-system, boost-thread, boost-locale, boost-random,
|
Build-Depends: boost-system, boost-thread, boost-random,
|
||||||
cpprestsdk, grpc, openssl, protobuf
|
cpprestsdk, grpc, openssl, protobuf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue