Skip to content

Commit 49f3f1d

Browse files
committed
add back framework_proto depends
1 parent 3ddc997 commit 49f3f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/math/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function(math_library TARGET)
66
# But it handle split GPU/CPU code and link some common library.
77
set(cc_srcs)
88
set(cu_srcs)
9-
set(math_common_deps device_context)
9+
set(math_common_deps device_context framework_proto)
1010
set(multiValueArgs DEPS)
1111
cmake_parse_arguments(math_library "${options}" "${oneValueArgs}"
1212
"${multiValueArgs}" ${ARGN})
@@ -35,7 +35,7 @@ math_library(depthwise_conv)
3535
math_library(gru_compute DEPS activation_functions math_function)
3636
math_library(im2col)
3737
math_library(lstm_compute DEPS activation_functions)
38-
math_library(math_function DEPS cblas framework_proto)
38+
math_library(math_function DEPS cblas)
3939
math_library(maxouting)
4040
math_library(pooling)
4141
math_library(selected_rows_functor DEPS selected_rows)

0 commit comments

Comments
 (0)