Consistently use 4-digit library version

This commit is contained in:
Andrey Kamaev
2013-01-18 14:57:55 +04:00
parent 101e9bd456
commit e3474878b6
16 changed files with 56 additions and 34 deletions

View File

@@ -470,7 +470,7 @@ macro(ocv_create_module)
# Android SDK build scripts can include only .so files into final .apk
# As result we should not set version properties for Android
set_target_properties(${the_module} PROPERTIES
VERSION ${OPENCV_VERSION}
VERSION ${OPENCV_LIBVERSION}
SOVERSION ${OPENCV_SOVERSION}
)
endif()