fix mistakes of mindapi path

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
zhoufeng 2022-01-24 14:59:32 +08:00
parent 7282366b3d
commit f0cb2297ab
1 changed files with 2 additions and 2 deletions

View File

@ -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
)