Browse Source

modified: tests/ut/ge/CMakeLists.txt

pull/931/head
zhaoxinxin 5 years ago
parent
commit
6e68533b57
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/CMakeLists.txt

+ 1
- 1
tests/ut/ge/CMakeLists.txt View File

@@ -36,7 +36,7 @@ set(PROTO_LIST
"${GE_CODE_DIR}/metadef/proto/proto_inner/ge_onnx.proto"
)

protobuf_generate((ge PROTO_SRCS PROTO_HDRS ${PROTO_LIST})
protobuf_generate(ge PROTO_SRCS PROTO_HDRS ${PROTO_LIST})

# include directories
include_directories(${CMAKE_CURRENT_LIST_DIR})


Loading…
Cancel
Save