Skip to content

Commit 6fd75ed

Browse files
luotao1Superjomn
authored andcommitted
Fix var_handle CMake dependence (#12261)
1 parent 59970fd commit 6fd75ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cc_library(var_handle SRCS var_handle.cc DEPS place)
1+
cc_library(var_handle SRCS var_handle.cc DEPS place framework_proto)
22
cc_library(op_handle_base SRCS op_handle_base.cc DEPS var_handle device_context lod_tensor)
33
cc_library(scale_loss_grad_op_handle SRCS scale_loss_grad_op_handle.cc DEPS op_handle_base scope lod_tensor ddim memory)
44
cc_library(fetch_op_handle SRCS fetch_op_handle.cc DEPS op_handle_base scope lod_tensor ddim memory)

0 commit comments

Comments
 (0)