aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-04-29 18:28:15 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-04-29 18:28:15 +0200
commitb9167eb1386fad27bd5bff94d26598f5fd49c38d (patch)
treeacf2f302c705b9b42038388338f9dca5a6e3d064
parent8ff0fe3c454ea32ba383a3cfa9c4e91237d6c494 (diff)
Fix link to afb-helpers renamed from afb-utilities
Change-Id: I5f17060c00de8bf7825fbd842db2cca8f2142df7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--ctl-lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}
)