diff --git a/CMakeLists.txt b/CMakeLists.txt index 56f8f856..a77cef4e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.14) project (GraphEngine[CXX]) set(GE_CODE_DIR ${CMAKE_CURRENT_LIST_DIR}) +set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY TRUE) if (NOT BUILD_PATH) set(BUILD_PATH "${CMAKE_SOURCE_DIR}/build") @@ -94,7 +95,7 @@ if (ENABLE_OPEN_SRC) find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}) endif() else() - message(FATAL_ERROR "Mode param is invalid, build terminated") + message(FATAL_ERROR "Mode param is invalid, should be train or inference, build terminated") endif() endif() diff --git a/metadef b/metadef index c599dfd7..89b3567f 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit c599dfd701ad1f7a7ef149faedcf2b5dec93fafb +Subproject commit 89b3567f68663610dc17d579d1d1a411869d7cbf diff --git a/parser b/parser index 88eb8af4..c53d788e 160000 --- a/parser +++ b/parser @@ -1 +1 @@ -Subproject commit 88eb8af4ae95446773ba7cb444c04c3c41214327 +Subproject commit c53d788e913c739e05021e86043267780ea13fb4