We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf9816 commit 3f63d96Copy full SHA for 3f63d96
paddle/framework/CMakeLists.txt
@@ -7,4 +7,4 @@ cc_test(scope_test SRCS scope_test.cc)
7
cc_test(enforce_test SRCS enforce_test.cc)
8
proto_library(attr_type SRCS attr_type.proto)
9
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)
+cc_test(op_proto_test SRCS op_proto_test.cc DEPS op_proto attr_type protobuf)
0 commit comments