Browse Source

fix dump_task location in cmake

tags/v1.1.0
yanghaoran 4 years ago
parent
commit
2bc75b9dfd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/common/graph/CMakeLists.txt
  2. +1
    -1
      src/ge/executor/CMakeLists.txt

+ 1
- 1
src/common/graph/CMakeLists.txt View File

@@ -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}


+ 1
- 1
src/ge/executor/CMakeLists.txt View File

@@ -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}


Loading…
Cancel
Save