From 6043c1ae174905e4bfd06bc5ed89e09c7ef9c7cb Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 9 Aug 2019 16:45:47 +0200 Subject: Migration to binding V3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-2744 Change-Id: Icc273b8865ab2e41f99d7feeafd15d4bbcdac494 Signed-off-by: José Bollo --- ucs2-afb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucs2-afb/CMakeLists.txt') diff --git a/ucs2-afb/CMakeLists.txt b/ucs2-afb/CMakeLists.txt index cdaf2be..8af2b67 100644 --- a/ucs2-afb/CMakeLists.txt +++ b/ucs2-afb/CMakeLists.txt @@ -27,7 +27,7 @@ PROJECT_TARGET_ADD(ucs2-afb) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "afb-" - LABELS "BINDINGV2" + LABELS "BINDINGV3" OUTPUT_NAME ucs2 ) -- cgit 1.2.3-korg