diff --git a/src/common/graph/CMakeLists.txt b/src/common/graph/CMakeLists.txt index 4f9e1a00..bb63eb81 100755 --- a/src/common/graph/CMakeLists.txt +++ b/src/common/graph/CMakeLists.txt @@ -24,7 +24,7 @@ file(GLOB_RECURSE PROTO_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} "../../proto/task.proto" "../../proto/fwk_adaper.proto" "../../proto/op_mapping_info.proto" - "../proto/dump_task.proto" + "../../proto/dump_task.proto" ) file(GLOB_RECURSE ONNX_PROTO_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} diff --git a/src/ge/executor/CMakeLists.txt b/src/ge/executor/CMakeLists.txt index f3956e31..64c4cdfe 100755 --- a/src/ge/executor/CMakeLists.txt +++ b/src/ge/executor/CMakeLists.txt @@ -22,7 +22,7 @@ file(GLOB PROTO_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} "../../proto/insert_op.proto" "../../proto/op_mapping_info.proto" "../../proto/ge_ir.proto" - "../proto/dump_task.proto" + "../../proto/dump_task.proto" ) file(GLOB SRC_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR}