Skip to content

Commit

Permalink
fix depends of kunlun bkcl (#30945)
Browse files Browse the repository at this point in the history
  • Loading branch information
QingshuChen authored Feb 8, 2021
1 parent 12c15be commit 15297a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(WITH_GPU)
endif(WITH_GPU)

if(WITH_XPU)
set(XPU_CTX_DEPS xpulib)
set(XPU_CTX_DEPS xpulib ssl crypto rt z resolv dl)
ELSE()
set(XPU_CTX_DEPS)
endif(WITH_XPU)
Expand Down

0 comments on commit 15297a0

Please sign in to comment.