diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index 79976bf..eaa2361 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -72,10 +72,10 @@ target_include_directories(fmk_parser PRIVATE ${METADEF_DIR}/inc/external/graph ${METADEF_DIR}/inc/external/register #### independent compile ##### - ${METADEF_DIR}/third_party/ge - ${METADEF_DIR}/third_party/ge/inc - ${METADEF_DIR}/third_party/ge/inc/framework - ${METADEF_DIR}/third_party/ge/inc/external + ${METADEF_DIR}/third_party/graphengine/ge + ${METADEF_DIR}/third_party/graphengine/ge/inc + ${METADEF_DIR}/third_party/graphengine/inc/framework + ${METADEF_DIR}/third_party/graphengine/inc/external ${METADEF_DIR}/third_party/fwkacllib/inc #### temp #### ${PARSER_DIR}/../graphengine/inc/common/util diff --git a/parser/common/CMakeLists.txt b/parser/common/CMakeLists.txt index 8469c87..9c3be13 100644 --- a/parser/common/CMakeLists.txt +++ b/parser/common/CMakeLists.txt @@ -54,10 +54,10 @@ target_include_directories(parser_common PRIVATE ${METADEF_DIR}/inc/external/graph ${METADEF_DIR}/inc/external/register #### independent compile ##### - ${METADEF_DIR}/third_party/ge - ${METADEF_DIR}/third_party/ge/inc - ${METADEF_DIR}/third_party/ge/inc/framework - ${METADEF_DIR}/third_party/ge/inc/external + ${METADEF_DIR}/third_party/graphengine/ge + ${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 #### temp #### ${PARSER_DIR}/../graphengine/inc/common/util diff --git a/parser/onnx/CMakeLists.txt b/parser/onnx/CMakeLists.txt index 7537eb3..dac5c89 100644 --- a/parser/onnx/CMakeLists.txt +++ b/parser/onnx/CMakeLists.txt @@ -42,10 +42,10 @@ target_include_directories(fmk_onnx_parser PRIVATE ${METADEF_DIR}/inc/external/graph ${METADEF_DIR}/inc/external/register #### independent compile ##### - ${METADEF_DIR}/third_party/ge - ${METADEF_DIR}/third_party/ge/inc - ${METADEF_DIR}/third_party/ge/inc/framework - ${METADEF_DIR}/third_party/ge/inc/external + ${METADEF_DIR}/third_party/graphengine/ge + ${METADEF_DIR}/third_party/graphengine/ge/inc + ${METADEF_DIR}/third_party/graphengine/inc/framework + ${METADEF_DIR}/third_party/graphengine/inc/external ${METADEF_DIR}/third_party/fwkacllib/inc #### temp #### ${PARSER_DIR}/../graphengine/inc/common/util