From 917273d765f99a2d3ebd9f2c3939eca4ad4d859c Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Thu, 10 Dec 2020 14:40:40 +0800 Subject: [PATCH] fix 310 compile fail: sync ge include path Signed-off-by: zhoufeng --- mindspore/ccsrc/cxx_api/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ccsrc/cxx_api/CMakeLists.txt b/mindspore/ccsrc/cxx_api/CMakeLists.txt index 51549c411d..10e1960da4 100644 --- a/mindspore/ccsrc/cxx_api/CMakeLists.txt +++ b/mindspore/ccsrc/cxx_api/CMakeLists.txt @@ -7,7 +7,7 @@ file(GLOB_RECURSE API_OPS_SRC ${CMAKE_CURRENT_SOURCE_DIR} "ops/*.cc") if (ENABLE_ACL) add_compile_definitions(ENABLE_ACL) - include_directories(${CMAKE_SOURCE_DIR}/graphengine/src/ge) + include_directories(${CMAKE_SOURCE_DIR}/graphengine/ge) include_directories(${CMAKE_BINARY_DIR}/proto/ge) file(GLOB_RECURSE API_ACL_SRC ${CMAKE_CURRENT_SOURCE_DIR} "python_utils.cc"