Hack to keep the previous ABI instead of forging a new one

This commit is contained in:
Nicolas Chauvet 2020-02-28 15:09:22 +01:00
parent 1747099b34
commit 8bd4c1d9bc

View File

@ -19,7 +19,7 @@ index e71ea97..37d6e94 100644
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
set (PROJECT_APIVER
- "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")
+ "${PROJECT_VER_MAJOR}")
+ "${PROJECT_VER_MAJOR}.5")
OPTION(BUILD_REDIST_PACKAGE "Build libfreenect in a legally-redistributable manner (only affects audio)" ON)
OPTION(BUILD_EXAMPLES "Build example programs" ON)