fix 310 compile task.pb.h not found

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
zhoufeng 2020-12-22 15:41:48 +08:00
parent a743b00164
commit 984ed59d77
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 ()