From a756c6f1a56a0bd37f7c896883c3c6369136dc60 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 11 May 2014 11:29:19 -0500 Subject: [PATCH] Just use major version for shared library rather than full version --- src/openalpr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/CMakeLists.txt b/src/openalpr/CMakeLists.txt index 2d7330c..82bb7ab 100644 --- a/src/openalpr/CMakeLists.txt +++ b/src/openalpr/CMakeLists.txt @@ -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