From aa63c018edf80e5f6d29941e74302eb27f4993c4 Mon Sep 17 00:00:00 2001 From: wangjiawei04 Date: Thu, 4 Jul 2019 10:11:25 +0800 Subject: [PATCH] remove redis++ comment, add WITH_GPU Change-Id: I3c72586b68aca42276c2246b2625dad32aa88c8a --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 038e1e2c..177f4f07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ set(THIRD_PARTY_BUILD_TYPE Release) option(WITH_AVX "Compile Paddle Serving with AVX intrinsics" ${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) set(WITH_MKLML ${WITH_MKL}) @@ -70,7 +70,6 @@ include(external/gflags) include(external/glog) include(external/snappy) include(external/gtest) -#include(external/redis++) include(generic) include(flags) @@ -86,7 +85,6 @@ include_directories(${PADDLE_SERVING_BINARY_DIR}) set(EXTERNAL_LIBS gflags rocksdb - # redis++ glog protobuf paddlepaddle -- GitLab