From e48aaca4ff9c304dff7d51aa8fcf8ca026a2cf26 Mon Sep 17 00:00:00 2001 From: Romain Forlot 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 --- ctl-lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctl-lib') 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 1.2.3-korg