From 7be81f665860a56bce59e303bd016b21ca904142 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 21 Oct 2019 11:33:50 +0100 Subject: Github #275 Generate versionned libraries * Fixed typo that broke the versioning of libarmnnQuantizer.so Signed-off-by: Matteo Martincigh Change-Id: I3cfe2e2a79c81f66c715f355d0a4554d41b5cb45 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ed683da0bc..126a0ce1ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ if(BUILD_ARMNN_QUANTIZER AND ARMNNREF) target_link_libraries(ArmnnQuantizer pthread) endif() - set_target_properties(ArmnnQuantizer PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION}) + set_target_properties(armnnQuantizer PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION}) endif() -- cgit v1.2.1