diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-29 16:34:05 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 16:25:36 +0100 |
commit | e99fbb7c24a659f26f177eaf4135d84165651784 (patch) | |
tree | 50fa77d0ffadd6d8ca48ac0d8c64ec94d357cc9b /plugins | |
parent | 244a40656a2aff974b25418791e58703502f566b (diff) |
ini-config: remove ini-config lib
No need to use ini-config now that the config is hold by the controller
JSON configuration file.
Bug-AGL: SPEC-2988
Change-Id: If82d22266fb2d592c140b81cda783ee63f1f13be
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 631c68c1..4794d2fa 100755 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -62,7 +62,6 @@ PROJECT_TARGET_ADD(j1939-signals) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} low-can - ini-config openxc-message-format uds-c isotp-c |