aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl
diff options
context:
space:
mode:
authormhemmatp <mhemmatp@cisco.com>2019-12-04 15:01:05 +0100
committermhemmatp <mhemmatp@cisco.com>2019-12-04 15:07:13 +0100
commitdafa145fb5a4a10c1e600ee72fe639ac4f7e718d (patch)
tree1cf2e96f527ccaa9cf3368287c5b388710d6faa1 /ctrl
parent92f586a45a87bbd802f53ec0cdd69a920265cbaa (diff)
[HICN-434] VAPI does not link to hicn sysrepo plugin
Signed-off-by: mhemmatp <mhemmatp@cisco.com> Change-Id: I3d2fa27baf00b5fa70bef5c1c414475eabcd525c
Diffstat (limited to 'ctrl')
-rw-r--r--ctrl/sysrepo-plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/sysrepo-plugins/CMakeLists.txt b/ctrl/sysrepo-plugins/CMakeLists.txt
index 4671794a0..d87319f06 100644
--- a/ctrl/sysrepo-plugins/CMakeLists.txt
+++ b/ctrl/sysrepo-plugins/CMakeLists.txt
@@ -37,7 +37,7 @@ if (NOT SRPD_PLUGINS_PATH)
endif()
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
- find_package(VPP REQUIRED)
+ find_package(Vpp REQUIRED)
find_package(HicnPlugin REQUIRED)
find_package(Libhicn REQUIRED)
add_subdirectory(hicn-plugin)