From 05ca0aa8f612ee48fb66d4dbebe596b7f1e03181 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 26 Jul 2019 17:32:48 +0200 Subject: [HICN-253] Mark cmake target for library as static or shared. Change-Id: I1e8a14f9255f04bddbb87f74a6d6163a02dedb22 Signed-off-by: Mauro Sardara --- apps/higet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/higet/CMakeLists.txt') diff --git a/apps/higet/CMakeLists.txt b/apps/higet/CMakeLists.txt index 747760f00..d337f2620 100644 --- a/apps/higet/CMakeLists.txt +++ b/apps/higet/CMakeLists.txt @@ -34,7 +34,7 @@ list(APPEND APPS_SRC build_executable(${HIGET} SOURCES ${APPS_SRC} LINK_LIBRARIES ${LIBTRANSPORT_LIBRARIES} ${WSOCK32_LIBRARY} ${WS2_32_LIBRARY} - DEPENDS ${LIBTRANSPORT} + DEPENDS ${LIBTRANSPORT_LIBRARIES} COMPONENT ${HICN_APPS} DEFINITIONS ${COMPILER_DEFINITIONS} ) -- cgit 1.2.3-korg