Github #275 Generate versionned libraries
authorMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 21 Oct 2019 10:33:50 +0000 (11:33 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 21 Oct 2019 15:14:31 +0000 (15:14 +0000)
 * Fixed typo that broke the versioning of libarmnnQuantizer.so

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: I3cfe2e2a79c81f66c715f355d0a4554d41b5cb45

CMakeLists.txt

index ed683da..126a0ce 100644 (file)
@@ -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()