From b3303810b1edbe0a9bc7c066fb6c4ea96cb65c12 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 11 Jul 2018 17:24:08 +0200 Subject: Set the binding version in cmake instead of source Setting AFB_BINDING_VERSION is cmake makes merges easier between branches, since it is always defined once at a single place instead that in each file that need it. Also removed the "INSTALL" section with LIBRARY_DESTINATION since it is now treated in app-templates. Change-Id: I7ef5f3b4d2009ab6ec296ac70bfc0a5647f9534c Signed-off-by: Thierry Bultel --- binding/radio_impl_kingfisher.c | 1 - 1 file changed, 1 deletion(-) (limited to 'binding/radio_impl_kingfisher.c') diff --git a/binding/radio_impl_kingfisher.c b/binding/radio_impl_kingfisher.c index 177ad88..d88176d 100644 --- a/binding/radio_impl_kingfisher.c +++ b/binding/radio_impl_kingfisher.c @@ -23,7 +23,6 @@ #include #include #include -#define AFB_BINDING_VERSION 2 #include #include "radio_impl.h" -- cgit 1.2.3-korg