diff --git a/paddle/fluid/framework/CMakeLists.txt b/paddle/fluid/framework/CMakeLists.txt index 75bf7e64c548c81bb3b0ce12f1fd8c6309e1a5a2..02e3cd099a783585f954d02179061e78a5b5824a 100644 --- a/paddle/fluid/framework/CMakeLists.txt +++ b/paddle/fluid/framework/CMakeLists.txt @@ -223,7 +223,7 @@ endif (NOT WIN32) cc_library(dlpack_tensor SRCS dlpack_tensor.cc DEPS tensor dlpack) cc_test(dlpack_tensor_test SRCS dlpack_tensor_test.cc DEPS dlpack_tensor glog) -cc_library(op_compatible_info SRCS op_compatible_info DEPS string_helper) +cc_library(op_compatible_info SRCS op_compatible_info DEPS string_helper proto_desc) cc_test(op_compatible_info_test SRCS op_compatible_info_test.cc DEPS op_compatible_info proto_desc string_helper glog) # Get the current working branch