diff --git a/CMakeLists.txt b/CMakeLists.txt index 127df949dd7bf2457170b8cdd9bc8e7e449273d2..ae2a9161ebd32969ec2f0540d3e1abbf147e2325 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ option(WITH_DGC "Use DGC(Deep Gradient Compression) or not" ${WITH_DISTRIBUTE} option(SANITIZER_TYPE "Choose the type of sanitizer, options are: Address, Leak, Memory, Thread, Undefined" OFF) option(WITH_LITE "Compile Paddle Fluid with Lite Engine" OFF) option(WITH_NCCL "Compile PaddlePaddle with NCCL support" ON) -option(WITH_CRYPTO "Compile PaddlePaddle with paddle_crypto lib" ON) +option(WITH_CRYPTO "Compile PaddlePaddle with crypto support" OFF) # PY_VERSION if(NOT PY_VERSION)