cmake: bump SOVERSION (#1052)

This commit is contained in:
Sergiu Deitsch 2024-01-09 00:39:54 +01:00 committed by GitHub
parent 9377254062
commit 941c66fbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ if (ANDROID)
endif (ANDROID)
set_target_properties (glog PROPERTIES VERSION ${glog_VERSION})
set_target_properties (glog PROPERTIES SOVERSION 1)
set_target_properties (glog PROPERTIES SOVERSION 2)
if (CYGWIN OR WIN32)
target_compile_definitions (glog PUBLIC GLOG_NO_ABBREVIATED_SEVERITIES)