From 23bb777293c68a990de569d6e12fe0533d04b031 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Collignon?= Date: Fri, 29 Jun 2018 16:53:24 +0200 Subject: [PATCH] Fix build failure on master due to afb-helpers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The afb-helpers submodule do not build anymore on master because of dynapi change. Added a definition so fix the issue. Change-Id: Iaf5a1bd58e6628e89af2ec7bab44c188b535e993 Signed-off-by: Loïc Collignon --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c1fc7c..806ae35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,7 @@ 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(-DAFB_BINDING_WANT_DYNAPI) + include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) -- 2.16.6