From 5253ade0902a552223d058867ada870824f5918e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:47:16 +0800 Subject: [PATCH] fix: package-name-doesnt-match-sonames --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1812c1..3711606 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,6 @@ ENDIF() set_target_properties(libbase16384 PROPERTIES OUTPUT_NAME base16384 VERSION 2.2.0 - SOVERSION 2 ) target_link_libraries(base16384 libbase16384)