提交 66292d0f 编写于 作者: W wangjiawei04

remove redis++ comment, add WITH_GPU

Change-Id: I3c72586b68aca42276c2246b2625dad32aa88c8a
上级 71576d2d
...@@ -47,7 +47,7 @@ set(THIRD_PARTY_BUILD_TYPE Release) ...@@ -47,7 +47,7 @@ set(THIRD_PARTY_BUILD_TYPE Release)
option(WITH_AVX "Compile Paddle Serving with AVX intrinsics" ${AVX_FOUND}) option(WITH_AVX "Compile Paddle Serving with AVX intrinsics" ${AVX_FOUND})
option(WITH_MKL "Compile Paddle Serving with MKL support." ${AVX_FOUND}) option(WITH_MKL "Compile Paddle Serving with MKL support." ${AVX_FOUND})
#option(WITH_GPU "Compile Paddle Serving with NVIDIA GPU" ${CUDA_FOUND}) option(WITH_GPU "Compile Paddle Serving with NVIDIA GPU" ${CUDA_FOUND})
option(CLIENT_ONLY "Compile client libraries and demos only" FALSE) option(CLIENT_ONLY "Compile client libraries and demos only" FALSE)
set(WITH_MKLML ${WITH_MKL}) set(WITH_MKLML ${WITH_MKL})
...@@ -70,7 +70,6 @@ include(external/gflags) ...@@ -70,7 +70,6 @@ include(external/gflags)
include(external/glog) include(external/glog)
include(external/snappy) include(external/snappy)
include(external/gtest) include(external/gtest)
#include(external/redis++)
include(generic) include(generic)
include(flags) include(flags)
...@@ -86,7 +85,6 @@ include_directories(${PADDLE_SERVING_BINARY_DIR}) ...@@ -86,7 +85,6 @@ include_directories(${PADDLE_SERVING_BINARY_DIR})
set(EXTERNAL_LIBS set(EXTERNAL_LIBS
gflags gflags
rocksdb rocksdb
# redis++
glog glog
protobuf protobuf
paddlepaddle paddlepaddle
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册