Skip to content

Commit

Permalink
fix ctest depent probs (#37203)
Browse files Browse the repository at this point in the history
  • Loading branch information
FeixLiu authored Nov 15, 2021
1 parent 8358d61 commit cf958f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/distributed/fleet_executor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(WITH_PYTHON)
endif()
proto_library(interceptor_message_proto SRCS interceptor_message.proto)

if(WITH_DISTRIBUTE AND NOT (WITH_ASCEND OR WITH_ASCEND_CL))
if(WITH_DISTRIBUTE AND WITH_PSCORE AND NOT (WITH_ASCEND OR WITH_ASCEND_CL))
set(BRPC_DEPS brpc ssl crypto protobuf gflags glog zlib leveldb snappy gflags glog)
else()
set(BRPC_DEPS "")
Expand Down

0 comments on commit cf958f2

Please sign in to comment.