Browse Source

!604 0714黄传蓝

Merge pull request !604 from wangyunxiang/ge_dev
pull/605/head
wangyunxiang i-robot 3 years ago
parent
commit
75b3ee7979
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