From f0cb2297abe0e1732c9183cf80a39a43073114b3 Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Mon, 24 Jan 2022 14:59:32 +0800 Subject: [PATCH] fix mistakes of mindapi path Signed-off-by: zhoufeng --- cmake/package_tar.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/package_tar.cmake b/cmake/package_tar.cmake index b22f2e309b9..9d547973fcf 100644 --- a/cmake/package_tar.cmake +++ b/cmake/package_tar.cmake @@ -143,8 +143,8 @@ install( ## Public header files for mindapi install( - DIRECTORY ${CMAKE_SOURCE_DIR}/mindspore/core/base - ${CMAKE_SOURCE_DIR}/mindspore/core/ir + DIRECTORY ${CMAKE_SOURCE_DIR}/mindspore/core/mindapi/base + ${CMAKE_SOURCE_DIR}/mindspore/core/mindapi/ir DESTINATION ${INSTALL_BASE_DIR}/include/mindapi COMPONENT mindspore )