Browse Source

!450 Android doesn't need -lrt.

From: @zhao_zhixuan
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
tags/v1.1.0
mindspore-ci-bot Gitee 4 years ago
parent
commit
b43a8bde5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/CMakeLists.txt

+ 1
- 1
ge/common/CMakeLists.txt View File

@@ -115,7 +115,7 @@ target_link_libraries(ge_common PRIVATE
slog
-Wl,--as-needed
json
-lrt
$<$<NOT:$<STREQUAL:${TARGET_SYSTEM_NAME},Android>>:-lrt>
-ldl
)



Loading…
Cancel
Save