Just use major version for shared library rather than full version

This commit is contained in:
Matt Hill
2014-05-11 11:29:19 -05:00
parent 3ab40db077
commit a756c6f1a5

View File

@@ -35,7 +35,7 @@ add_subdirectory(support)
add_library(openalpr-static STATIC ${lpr_source_files} )
add_library(openalpr SHARED ${lpr_source_files} )
set_target_properties(openalpr PROPERTIES SOVERSION ${OPENALPR_VERSION})
set_target_properties(openalpr PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION})
TARGET_LINK_LIBRARIES(openalpr
support