!10333 fix 310 compile task pb h not found

From: @zhoufeng54
Reviewed-by: @zhunaipan,@ljl0711
Signed-off-by: @ljl0711
This commit is contained in:
mindspore-ci-bot 2020-12-22 17:35:13 +08:00 committed by Gitee
commit ae4e5b93eb
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ if (ENABLE_ACL)
find_library(ge_compiler libge_compiler.so ${ATC_DIR}/lib64 ${ATLAS_ATC_DIR}/lib64)
target_link_libraries(mindspore_shared_lib PRIVATE ${libplatform} ${libcompress} ${libopskernel}
${libaicore_utils} ${libaicpu_engine_common})
add_dependencies(mindspore_shared_lib graph)
endif ()