forked from mindspore-Ecosystem/mindspore
!47173 CMake ERROR
Merge pull request !47173 from jiaorui/load-super-bar
This commit is contained in:
commit
d30d654f8b
|
@ -385,7 +385,7 @@ install(
|
|||
## config files
|
||||
install(
|
||||
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config
|
||||
FILES ${CMAKE_SOURCE_DIR}/config/super_bar_config.json
|
||||
${CMAKE_SOURCE_DIR}/config/super_bar_config.json
|
||||
DESTINATION ${INSTALL_CFG_DIR}
|
||||
COMPONENT mindspore
|
||||
)
|
||||
|
|
|
@ -180,7 +180,7 @@ install(
|
|||
## config files
|
||||
install(
|
||||
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config
|
||||
FILES ${CMAKE_SOURCE_DIR}/config/super_bar_config.json
|
||||
${CMAKE_SOURCE_DIR}/config/super_bar_config.json
|
||||
DESTINATION ${INSTALL_CFG_DIR}
|
||||
COMPONENT mindspore
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue