Skip to content

Commit 3f63d96

Browse files
committed
Fix link error in op_proto_test.
1 parent 9bf9816 commit 3f63d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cc_test(scope_test SRCS scope_test.cc)
77
cc_test(enforce_test SRCS enforce_test.cc)
88
proto_library(attr_type SRCS attr_type.proto)
99
proto_library(op_proto SRCS op_proto.proto)
10-
cc_test(op_proto_test SRCS op_proto_test.cc DEPS attr_type op_proto protobuf)
10+
cc_test(op_proto_test SRCS op_proto_test.cc DEPS op_proto attr_type protobuf)

0 commit comments

Comments
 (0)