Browse Source

!10333 fix 310 compile task pb h not found

From: @zhoufeng54
Reviewed-by: @zhunaipan,@ljl0711
Signed-off-by: @ljl0711
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
ae4e5b93eb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore/ccsrc/cxx_api/CMakeLists.txt

+ 1
- 0
mindspore/ccsrc/cxx_api/CMakeLists.txt 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 ()




Loading…
Cancel
Save