From: Romain Forlot Date: Tue, 26 Nov 2019 17:23:42 +0000 (+0100) Subject: plugins: Conditionnal building of the j1939 plugin X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a8d03c2ab5d1c1e3b90ba4ace93e01ee0dee81b0;p=apps%2Fagl-service-can-low-level.git plugins: Conditionnal building of the j1939 plugin Change-Id: Idf77aa32ca4fd44163d93d0515f21d51f1d7abd7 Signed-off-by: Romain Forlot --- diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 7b9e0296..3ae4682b 100755 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -43,6 +43,7 @@ PROJECT_TARGET_ADD(agl-vcar-signals) afb-helpers ${link_libraries}) +if(WITH_FEATURE_J1939) PROJECT_TARGET_ADD(j1939-signals) # Define targets @@ -69,3 +70,4 @@ PROJECT_TARGET_ADD(j1939-signals) bitfield-c afb-helpers ${link_libraries}) +endif()