Skip to content

Commit

Permalink
cmake: bump SOVERSION (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jan 8, 2024
1 parent 9377254 commit 941c66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 941c66f

Please sign in to comment.