From 7a1a82437de6c77e28c6e34e01afbbc58e93e7db Mon Sep 17 00:00:00 2001 From: wqtshg Date: Mon, 9 Nov 2020 14:03:02 +0800 Subject: [PATCH] update graph cmake --- src/common/graph/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/graph/CMakeLists.txt b/src/common/graph/CMakeLists.txt index b6fc89d1..7608e2b3 100755 --- a/src/common/graph/CMakeLists.txt +++ b/src/common/graph/CMakeLists.txt @@ -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}