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


Loading…
Cancel
Save