!5165 fix the error or warning file path can not show completely

Merge pull request !5165 from zhaodezan/master
This commit is contained in:
mindspore-ci-bot 2020-08-26 09:21:23 +08:00 committed by Gitee
commit 83bcde40e0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ endif()
set(RUN_X86_COMPONENT_NAME runtime-x86-${PROCESS_UNIT})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
set(TOP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../..)
string(REPLACE "/mindspore/lite" "" TOP_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(CORE_DIR ${TOP_DIR}/mindspore/core)
set(CCSRC_DIR ${TOP_DIR}/mindspore/ccsrc)
include_directories(${TOP_DIR})