plugin package size

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
zhoufeng 2023-01-30 15:38:32 +08:00
parent 8a77bcf86e
commit bc91b7fe61
1 changed files with 2 additions and 1 deletions

View File

@ -72,9 +72,10 @@ endif()
if(ENABLE_GPU) if(ENABLE_GPU)
install( install(
TARGETS mindspore_gpu TARGETS mindspore_gpu LIBRARY
DESTINATION ${INSTALL_PLUGIN_DIR} DESTINATION ${INSTALL_PLUGIN_DIR}
COMPONENT mindspore COMPONENT mindspore
NAMELINK_SKIP
) )
if(ENABLE_MPI) if(ENABLE_MPI)
install( install(