From b9167eb1386fad27bd5bff94d26598f5fd49c38d Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Sun, 29 Apr 2018 18:28:15 +0200
Subject: Fix link to afb-helpers renamed from afb-utilities

Change-Id: I5f17060c00de8bf7825fbd842db2cca8f2142df7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 ctl-lib/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt
index f292485..4f29014 100644
--- a/ctl-lib/CMakeLists.txt
+++ b/ctl-lib/CMakeLists.txt
@@ -33,7 +33,7 @@ PROJECT_TARGET_ADD(ctl-utilities)
 
     # Library dependencies (include updates automatically)
     TARGET_LINK_LIBRARIES(${TARGET_NAME}
-        afb-utilities
+        afb-helpers
         ${link_libraries}
     )
 
-- 
cgit