diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-09-08 14:27:37 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-09-09 08:24:57 +0000 |
commit | 742b2d4ffdccfeae2af31af78888eb10ea4ef28c (patch) | |
tree | 0571ddd936d66303637ba4f3f379ef304b283895 /libtransport | |
parent | 5792a7dd7b4418758add751a89f80018f5aab53c (diff) |
[HICN-637] Remove hicn_plugin dependency from libtransport.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Iabfe133ffc2235fa2341538767ce83c2e5ad77b1
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libtransport')
-rw-r--r-- | libtransport/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt index 16c28f390..28124b26e 100644 --- a/libtransport/CMakeLists.txt +++ b/libtransport/CMakeLists.txt @@ -112,7 +112,6 @@ else() if (__vpp__) list(APPEND DEPENDENCIES - hicn_plugin ${SAFE_VAPI_SHARED} ) |