Skip to content

Commit 6c59f94

Browse files
committed
update
1 parent 7953ad6 commit 6c59f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/operators/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(op_library TARGET)
77
set(OP_LIBRARY ${TARGET} ${OP_LIBRARY} PARENT_SCOPE)
88
set(cc_srcs)
99
set(cu_srcs)
10-
set(op_common_deps operator op_registry)
10+
set(op_common_deps operator op_registry math_function)
1111
set(options "")
1212
set(oneValueArgs "")
1313
set(multiValueArgs SRCS DEPS)

0 commit comments

Comments
 (0)