From 2bc75b9dfdbb68646f4e11b80829c2b1f2b758f8 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Wed, 23 Sep 2020 16:31:01 +0800 Subject: [PATCH] fix dump_task location in cmake --- src/common/graph/CMakeLists.txt | 2 +- src/ge/executor/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}