From 58871d216019eddb22f94049abeae7e87788f1cd Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 30 Dec 2020 17:43:45 +0800 Subject: [PATCH] set WITH_PYTHON default ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8d37891..73843f98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ option(WITH_MKL "Compile Paddle Serving with MKL support." OFF) option(WITH_GPU "Compile Paddle Serving with NVIDIA GPU" OFF) option(WITH_LITE "Compile Paddle Serving with NVIDIA GPU" OFF) option(WITH_XPU "Compile Paddle Serving with NVIDIA GPU" OFF) -option(WITH_PYTHON "Compile Paddle Serving with Python" OFF) +option(WITH_PYTHON "Compile Paddle Serving with Python" ON) option(CLIENT "Compile Paddle Serving Client" OFF) option(SERVER "Compile Paddle Serving Server" OFF) option(APP "Compile Paddle Serving App package" OFF) -- GitLab