Merge pull request !47173 from jiaorui/load-super-bar
This commit is contained in:
i-robot 2022-12-28 01:40:41 +00:00 committed by Gitee
commit d30d654f8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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
)