diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-01-29 14:15:20 +0000 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2020-01-29 14:15:20 +0000 |
commit | eebfbba8a21e5cfa7e09abbcd601d9b0521b2353 (patch) | |
tree | 1b3dcba64499e71f61f9d2e04f74d39c77fbbd21 /hicn-plugin | |
parent | b0768b35fb515b7c0a15c3c7d8c1227497c59786 (diff) |
[HICN-490] Removed vlib linkage in vapi_safe
Change-Id: I3fbef099b8d5e28ed10fa423f3996e10d1c71ed9
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin')
-rw-r--r-- | hicn-plugin/vapi/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/vapi/CMakeLists.txt b/hicn-plugin/vapi/CMakeLists.txt index 00bcaf49f..4b33cd258 100644 --- a/hicn-plugin/vapi/CMakeLists.txt +++ b/hicn-plugin/vapi/CMakeLists.txt @@ -39,7 +39,7 @@ list(APPEND SOURCE_FILES ) set (LIBRARIES - ${VPP_LIBRARIES}) + ${VPP_LIBRARY_VAPICLIENT}) list (APPEND INCLUDE_DIRS ${VPP_INCLUDE_DIR} |