mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 15:57:01 +08:00
Just use major version for shared library rather than full version
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user