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