1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-07 11:10:29 +08:00

fix: package-name-doesnt-match-sonames

This commit is contained in:
源文雨
2022-04-27 13:47:16 +08:00
parent 25f512f31d
commit 5253ade090

View File

@@ -19,7 +19,6 @@ ENDIF()
set_target_properties(libbase16384 PROPERTIES
OUTPUT_NAME base16384
VERSION 2.2.0
SOVERSION 2
)
target_link_libraries(base16384 libbase16384)