Browse Source

fix 310 compile task.pb.h not found

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.1.0
zhoufeng 5 years ago
parent
commit
984ed59d77
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