diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-29 18:28:15 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:54 +0100 |
commit | e48aaca4ff9c304dff7d51aa8fcf8ca026a2cf26 (patch) | |
tree | acf2f302c705b9b42038388338f9dca5a6e3d064 /ctl-lib | |
parent | 7a16886211615020d968fe408cd0c3ea09c0deb7 (diff) |
Fix link to afb-helpers renamed from afb-utilities
Change-Id: I5f17060c00de8bf7825fbd842db2cca8f2142df7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib')
-rw-r--r-- | ctl-lib/CMakeLists.txt | 2 |
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} ) |