diff options
-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 be142c8..96d0201 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -136,7 +136,7 @@ set(COMPILE_OPTIONS # -O2 # CACHE STRING "Compilation flags for RELEASE build type.") -add_definitions(-DAFB_BINDING_VERSION=2) +add_definitions(-DAFB_BINDING_VERSION=3) # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] # --------------------------------------------------------------------- |