Skip to content

Commit

Permalink
fix CMakeLists. test=develop (#37454)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmxdream authored Nov 23, 2021
1 parent 3dbabc4 commit ccad31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ if(WITH_PSCORE)
cc_test(dist_multi_trainer_test SRCS dist_multi_trainer_test.cc DEPS
conditional_block_op executor gloo_wrapper ${RPC_DEPS})
cc_test(heter_pipeline_trainer_test SRCS heter_pipeline_trainer_test.cc DEPS
conditional_block_op scale_op heter_listen_and_serv_op executor heter_server gloo_wrapper ${RPC_DEPS})
conditional_block_op scale_op heter_listen_and_serv_op executor heter_server gloo_wrapper eigen_function ${RPC_DEPS})
else()
cc_test(dist_multi_trainer_test SRCS dist_multi_trainer_test.cc DEPS
conditional_block_op executor gloo_wrapper)
Expand Down

0 comments on commit ccad31f

Please sign in to comment.