diff options
author | Robot <robot@cisco.com> | 2019-11-29 18:07:06 +0000 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-11-29 18:10:48 +0000 |
commit | b8da5e880fe199978aeb27dc5a466435d6389775 (patch) | |
tree | 113c0c8da23a826e2c42af089c79ac9226857b78 /ctrl/sysrepo-plugins | |
parent | cab84f5cff3487e9a53093d412b0ec9f09551ff2 (diff) |
[HICN-424] linking missing vpp libraries to libsysrepohicn
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Change-Id: I70c1b1162fd7b7a093d60e03b55dcd01f62250f3
Diffstat (limited to 'ctrl/sysrepo-plugins')
-rw-r--r-- | ctrl/sysrepo-plugins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/sysrepo-plugins/CMakeLists.txt b/ctrl/sysrepo-plugins/CMakeLists.txt index 13a601bf0..d6f319fdb 100644 --- a/ctrl/sysrepo-plugins/CMakeLists.txt +++ b/ctrl/sysrepo-plugins/CMakeLists.txt @@ -25,6 +25,7 @@ include(BuildMacros) find_package(PkgConfig) find_package(Sysrepo) +find_package_wrapper(Vpp REQUIRED) if (NOT SRPD_PLUGINS_PATH) if (PKG_CONFIG_FOUND) @@ -37,7 +38,6 @@ if (NOT SRPD_PLUGINS_PATH) endif() if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) - find_package_wrapper(VPP REQUIRED) find_package_wrapper(HicnPlugin REQUIRED) add_subdirectory(hicn-plugin) else() |