Skip to content

Commit 59970fd

Browse files
authored
Merge pull request #12256 from qingqing01/ir_cmake
Fix IR CMake dependence.
2 parents 2b58c62 + 6f72b3b commit 59970fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cc_library(graph SRCS graph.cc DEPS node)
21
cc_library(node SRCS node.cc DEPS proto_desc)
2+
cc_library(graph SRCS graph.cc DEPS node)
33
cc_library(pass SRCS pass.cc DEPS graph node)
44

55
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)

0 commit comments

Comments
 (0)