From fc9f780eecac3a66b98bed0581fa0281f89af401 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Tue, 20 Oct 2020 12:51:09 +0800 Subject: [PATCH] update cmake --- parser/CMakeLists.txt | 2 +- parser/onnx/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index eaa2361..3b17728 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -73,7 +73,7 @@ target_include_directories(fmk_parser PRIVATE ${METADEF_DIR}/inc/external/register #### independent compile ##### ${METADEF_DIR}/third_party/graphengine/ge - ${METADEF_DIR}/third_party/graphengine/ge/inc + ${METADEF_DIR}/third_party/graphengine/inc ${METADEF_DIR}/third_party/graphengine/inc/framework ${METADEF_DIR}/third_party/graphengine/inc/external ${METADEF_DIR}/third_party/fwkacllib/inc diff --git a/parser/onnx/CMakeLists.txt b/parser/onnx/CMakeLists.txt index dac5c89..26fcce4 100644 --- a/parser/onnx/CMakeLists.txt +++ b/parser/onnx/CMakeLists.txt @@ -43,7 +43,7 @@ target_include_directories(fmk_onnx_parser PRIVATE ${METADEF_DIR}/inc/external/register #### independent compile ##### ${METADEF_DIR}/third_party/graphengine/ge - ${METADEF_DIR}/third_party/graphengine/ge/inc + ${METADEF_DIR}/third_party/graphengine/inc ${METADEF_DIR}/third_party/graphengine/inc/framework ${METADEF_DIR}/third_party/graphengine/inc/external ${METADEF_DIR}/third_party/fwkacllib/inc @@ -61,7 +61,6 @@ target_link_libraries(fmk_onnx_parser PRIVATE $ -Wl,--no-as-needed protobuf - ge_common register c_sec parser_common