diff --git a/paddle/fluid/framework/CMakeLists.txt b/paddle/fluid/framework/CMakeLists.txt index 2f97ee621a3c025c6e1bb4ad866947168541e592..a96cb146f6833eb3362b60b0196a91168d6c9d0c 100755 --- a/paddle/fluid/framework/CMakeLists.txt +++ b/paddle/fluid/framework/CMakeLists.txt @@ -383,7 +383,7 @@ cc_test( cc_library( op_proto_maker SRCS op_proto_maker.cc - DEPS framework_proto attribute ops_extra_info glog) + DEPS framework_proto attribute ops_extra_info glog auto_parallel_proto) cc_test( op_proto_maker_test SRCS op_proto_maker_test.cc