Skip to content

Commit cf958f2

Browse files
authored
fix ctest depent probs (#37203)
1 parent 8358d61 commit cf958f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/distributed/fleet_executor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(WITH_PYTHON)
44
endif()
55
proto_library(interceptor_message_proto SRCS interceptor_message.proto)
66

7-
if(WITH_DISTRIBUTE AND NOT (WITH_ASCEND OR WITH_ASCEND_CL))
7+
if(WITH_DISTRIBUTE AND WITH_PSCORE AND NOT (WITH_ASCEND OR WITH_ASCEND_CL))
88
set(BRPC_DEPS brpc ssl crypto protobuf gflags glog zlib leveldb snappy gflags glog)
99
else()
1010
set(BRPC_DEPS "")

0 commit comments

Comments
 (0)