diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-11 12:25:27 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 12:27:24 +0000 |
commit | 1b3655d85cfb9cc143c9e7f0d3506e6b004f835e (patch) | |
tree | 08ddc01f3692fce7972b6f3a436cd9b774eb958d /conf.d/cmake | |
parent | 3331cf98d09874f6d480e17538ebb6a53a4adf71 (diff) |
Migration to binding v3
Change-Id: I0bcccb15200064bd7d83edbf06c1e7202069189a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 924833b3..3fbc3ef6 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -119,7 +119,7 @@ set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ languag # -D_FORTIFY_SOURCE=2 # CACHE STRING "Compilation flags for RELEASE build type.") -add_definitions(-DAFB_BINDING_VERSION=2) +add_definitions(-DAFB_BINDING_VERSION=3) # Optional location for config.xml.in # ----------------------------------- |