You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: add version information to the library (google#161)
On Linux systems, libraries need to be installed with attached version
information so other packages can depend on specific versions and make
sure they don't compile against a version they're not compatible with
This change installs libs2.so.0.10.0 with appropriate
symlinks as libs2.so.0 and libs2.so.
Do note that for new future versions, the version in CMakeLists.txt will have
to be updated as well.
0 commit comments