Browse Source

!605 sync ge_dev to master 20220714

Merge pull request !605 from 王涛/ge_dev
pull/611/MERGE
王涛 Gitee 3 years ago
parent
commit
39c01328bf
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      parser/CMakeLists.txt

+ 3
- 2
parser/CMakeLists.txt View File

@@ -96,8 +96,10 @@ target_link_options(fmk_parser PRIVATE
) )


target_link_libraries(fmk_parser target_link_libraries(fmk_parser
PUBLIC
PRIVATE
intf_pub intf_pub
json
PUBLIC
static_mmpa static_mmpa
-Wl,--no-as-needed -Wl,--no-as-needed
ascend_protobuf ascend_protobuf
@@ -109,7 +111,6 @@ target_link_libraries(fmk_parser
c_sec c_sec
slog slog
-Wl,--as-needed -Wl,--as-needed
json
-lrt -lrt
-ldl -ldl
parser_headers parser_headers


Loading…
Cancel
Save