forked from mindspore-Ecosystem/mindspore
include notice
This commit is contained in:
parent
7a0c519cb2
commit
156f9a4c56
|
@ -269,6 +269,12 @@ install(
|
||||||
COMPONENT mindspore
|
COMPONENT mindspore
|
||||||
)
|
)
|
||||||
|
|
||||||
|
file(GLOB NOTICE ${CMAKE_SOURCE_DIR}/Third_Party_Open_Source_Software_Notice)
|
||||||
|
install(
|
||||||
|
FILES ${NOTICE}
|
||||||
|
DESTINATION ${INSTALL_PY_DIR}
|
||||||
|
COMPONENT mindspore
|
||||||
|
)
|
||||||
install(
|
install(
|
||||||
DIRECTORY
|
DIRECTORY
|
||||||
${CMAKE_SOURCE_DIR}/mindspore/python/mindspore/nn
|
${CMAKE_SOURCE_DIR}/mindspore/python/mindspore/nn
|
||||||
|
|
Loading…
Reference in New Issue