diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e19d06c2..8248b0d3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)