From e99fbb7c24a659f26f177eaf4135d84165651784 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Nov 2019 16:34:05 +0100 Subject: 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 --- low-can-binding/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'low-can-binding') 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 -- cgit 1.2.3-korg