Browse Source

!260 update graph cmake

From: @wqtshg
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @xchu42
pull/260/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
c60bfbe20b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/common/graph/CMakeLists.txt

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

@@ -69,6 +69,7 @@ include_directories(${GE_SOURCE_DIR}/build)
add_library(graph SHARED ${SRC_LIST} ${PROTO_SRCS})
target_compile_definitions(graph PRIVATE
DAVINCI_CLOUD
FMK_SUPPORT_DUMP
Werror)
target_link_libraries(graph PRIVATE
#${PROTOBUF_LIBRARY}


Loading…
Cancel
Save