Browse Source

fix ubuntu undefined symbols

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.2.0-rc1
zhoufeng 4 years ago
parent
commit
a4fbea9a3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/CMakeLists.txt

+ 1
- 1
mindspore/ccsrc/CMakeLists.txt View File

@@ -323,7 +323,7 @@ else ()
endif()
endif()
if (ENABLE_D)
target_link_libraries(_c_expression PRIVATE ms_profile)
target_link_libraries(_c_expression PRIVATE -Wl,--no-as-needed ms_profile)
endif ()
if (ENABLE_ACL)
target_link_libraries(_c_expression PRIVATE graph)


Loading…
Cancel
Save