aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2018-07-04 15:28:07 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2018-07-05 14:22:42 +0200
commitfeff1f39d72a18b1f5d28fa80a112af311475483 (patch)
tree4721224479a33f0d31e6a11ddc5c2ab6b34b6175
parent1cbd751b92972e8084a07a13e5ec5702bd236251 (diff)
Bump to last afb-helpers version
The last afb-helper version change the way we should define the binding version. Change-Id: I2e33493c1712c5a476a813c0e062769e63ed11a4 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r--CMakeLists.txt2
m---------afb-helpers0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37683ee..e20b475 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
set(AFB_HELPERS_QTWSCLIENT ON CACHE BOOL "enable Qt's WebSocket client" FORCE)
-add_definitions(-DUSE_API_DYN)
+add_definitions(-DUSE_API_DYN -DAFB_BINDING_WANT_DYNAPI -DAFB_BINDING_VERSION=3)
include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)
diff --git a/afb-helpers b/afb-helpers
-Subproject 294a5796c67c9c61eefba0ffa143b8436429b02
+Subproject 2c1edf4183b8b19e335f83ea0664e17a97ac991