fix package path

This commit is contained in:
zhoufeng 2020-04-16 09:22:47 +08:00
parent 0a06d5e881
commit 108ac9cda7
1 changed files with 17 additions and 13 deletions

View File

@ -92,12 +92,16 @@ endif ()
if (ENABLE_GPU)
if (ENABLE_MPI)
install(
TARGETS _ms_mpi gpu_collective
TARGETS _ms_mpi
DESTINATION ${INSTALL_BASE_DIR}
COMPONENT mindspore
)
install(
TARGETS gpu_collective
DESTINATION ${INSTALL_LIB_DIR}
COMPONENT mindspore
)
endif ()
install(
TARGETS gpu_queue
DESTINATION ${INSTALL_LIB_DIR}