build: remove unnecesary link deps

Change-Id: I560c505ff754bf6856094c16494530a855fe287b
Type: make
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2021-11-11 19:46:08 +01:00
committed by Ole Tr�an
parent feb6702805
commit bea6993274
3 changed files with 3 additions and 4 deletions

View File

@ -38,6 +38,5 @@ if(VPP_BUILD_MACTIME_TOP)
svm
vppinfra
Threads::Threads
rt m dl crypto
)
endif()

View File

@ -41,7 +41,7 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS
vatplugin
vppinfra
Threads::Threads
rt m dl crypto
dl
)
##############################################################################

View File

@ -27,7 +27,7 @@ add_vpp_executable(vat2 ENABLE_EXPORTS
vppinfra
vppapiclient
Threads::Threads
rt m dl crypto
dl
)
#
@ -49,7 +49,7 @@ add_vpp_executable(test_vat2 ENABLE_EXPORTS NO_INSTALL
vppinfra
vppapiclient
Threads::Threads
rt m dl crypto
dl
)
#target_link_options(test_vat2 PUBLIC "LINKER:-fsanitize=address")
if(VPP_BUILD_TESTS_WITH_COVERAGE)