From f39f43a4c4815f3b94ef7e1814206493f654ebc6 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 24 Oct 2016 10:31:55 -0400 Subject: [PATCH] Setting libopenalprc version to libopenalpr major version --- src/bindings/c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/c/CMakeLists.txt b/src/bindings/c/CMakeLists.txt index 2f7e528..25d08e2 100644 --- a/src/bindings/c/CMakeLists.txt +++ b/src/bindings/c/CMakeLists.txt @@ -12,7 +12,7 @@ set(alprc_source add_library(openalprc SHARED ${alprc_source}) -#set_target_properties(openalprc PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION}) +set_target_properties(openalprc PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION}) TARGET_LINK_LIBRARIES(openalprc openalpr)