diff --git a/CMakeLists.txt b/CMakeLists.txt index e8d378914fd6a4d6f989b056451991bc8bb42ac6..73843f988d00598b715ee455bb69a553455ee6dd 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)