Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Correctly set the soversion based on SemVer properties
As this project follows Semantic Versioning, the shared object version should match these semantics. The two options that make sense here are to have the soversion set to the version major (so only breaking changes are tracked) or to set to version major and minor (so breaking and API additions are tracked). Since the Windows version of the library already uses version major and version minor, let's just do this universally. Fixes: 832926f ("Update library version handling for cmake") Signed-off-by: Neal Gompa <[email protected]>
- Loading branch information