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 /low-can-binding | |
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 'low-can-binding')
-rw-r--r-- | low-can-binding/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/low-can-binding/CMakeLists.txt b/low-can-binding/CMakeLists.txt index ce66a8c4..38ac4b3d 100644 --- a/low-can-binding/CMakeLists.txt +++ b/low-can-binding/CMakeLists.txt @@ -70,7 +70,6 @@ PROJECT_TARGET_ADD(low-can) ) TARGET_LINK_LIBRARIES(${TARGET_NAME} - ini-config openxc-message-format uds-c isotp-c @@ -99,7 +98,6 @@ PROJECT_TARGET_ADD(low-can-binding) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} low-can - ini-config openxc-message-format uds-c isotp-c |