forked from mindspore-Ecosystem/mindspore
plugin package size
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
8a77bcf86e
commit
bc91b7fe61
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue