aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-12-04 17:03:40 +0000
committerAlberto Compagno <acompagn+fdio@cisco.com>2019-12-04 17:03:40 +0000
commita7851fee59d69c35894544443ea7fe83bcd92d70 (patch)
treea28e97fe898474dae108702340411dcc5eb0d51b
parent92f586a45a87bbd802f53ec0cdd69a920265cbaa (diff)
[HICN-435] Fixed dependency name in libhicntransport
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com> Change-Id: Ia2700df02a90f1acab30f52f642c90f2460c0282
-rw-r--r--ctrl/libhicnctrl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/CMakeLists.txt b/ctrl/libhicnctrl/CMakeLists.txt
index 2a131f155..08441075b 100644
--- a/ctrl/libhicnctrl/CMakeLists.txt
+++ b/ctrl/libhicnctrl/CMakeLists.txt
@@ -37,7 +37,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
set(HICNCTRL hicnctrl)
set(LIBHICNCTRL hicnctrl)
if (BUILD_HICNPLUGIN AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
- set(LIBHICNCTRL ${LIBHICNCTRL}-plugin)
+ set(LIBHICNCTRL ${LIBHICNCTRL}-memif)
find_package_wrapper(HicnPlugin REQUIRED)
list(APPEND HICN_LIBRARIES ${HICNPLUGIN_LIBRARIES})
set(LINK_FLAGS "-Wl,-unresolved-symbols=ignore-in-shared-libs")