summaryrefslogtreecommitdiffstats
path: root/libtransport
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-10-02 13:01:17 +0000
committerGerrit Code Review <gerrit@fd.io>2019-10-02 13:01:17 +0000
commit761379dc69b5d95e49cd41e828d683c0bd3dd89d (patch)
treee4de46aeb986adedddd00dd9468fa4d23c1e95bd /libtransport
parent2db5743133aaec8e7a1fd4f8a9ba6fdf77f9bc9a (diff)
parent2fd26546a3ca4440a64c1b16604356fc938487e3 (diff)
Merge "[HICN-286] Link libmemif with libhicntransport when libmemif found in the system."
Diffstat (limited to 'libtransport')
-rw-r--r--libtransport/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt
index 68e9efe77..e68e45c40 100644
--- a/libtransport/CMakeLists.txt
+++ b/libtransport/CMakeLists.txt
@@ -105,11 +105,11 @@ else()
list(APPEND DEPENDENCIES
${LIBMEMIF_SHARED}
)
-
- list(APPEND LIBRARIES
- ${LIBMEMIF_SHARED}
- )
endif()
+
+ list(APPEND LIBRARIES
+ ${LIBMEMIF_LIBRARIES}
+ )
endif()
endif()
endif()