From 98c3e1da67b061558cd90426512ad373f53270c4 Mon Sep 17 00:00:00 2001 From: zmxdream Date: Fri, 1 Apr 2022 02:50:09 +0800 Subject: [PATCH] update. test=develop --- paddle/fluid/distributed/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/fluid/distributed/CMakeLists.txt b/paddle/fluid/distributed/CMakeLists.txt index 2e69454ac0044..06b0583eddf24 100644 --- a/paddle/fluid/distributed/CMakeLists.txt +++ b/paddle/fluid/distributed/CMakeLists.txt @@ -1,6 +1,5 @@ add_subdirectory(collective) add_subdirectory(store) - if(NOT WITH_PSCORE) add_subdirectory(fleet_executor) return()