Re: [cmake-developers] CMake vs libtool versioning of shared libraries

2016-12-15 Thread Ben Boeckel
On Thu, Dec 15, 2016 at 14:08:35 -0500, Brad King wrote: > On 12/15/2016 01:57 PM, Kim Walisch wrote: > > Lets suppose I do not want to stick to my previous libtool versioning > > but instead version my library according to cmake best practices. How > > should I set VERSION and SOVERSION given my A

Re: [cmake-developers] CMake vs libtool versioning of shared libraries

2016-12-15 Thread Brad King
On 12/15/2016 01:57 PM, Kim Walisch wrote: > Lets suppose I do not want to stick to my previous libtool versioning > but instead version my library according to cmake best practices. How > should I set VERSION and SOVERSION given my API version is 3.5 and my > old ABI version 4:7:0. By browsing a f

Re: [cmake-developers] CMake vs libtool versioning of shared libraries

2016-12-15 Thread Kim Walisch
Thanks for your answer. Lets suppose I do not want to stick to my previous libtool versioning but instead version my library according to cmake best practices. How should I set VERSION and SOVERSION given my API version is 3.5 and my old ABI version 4:7:0. By browsing a few CMakeLists.txt on GitHu

Re: [cmake-developers] CMake vs libtool versioning of shared libraries

2016-12-15 Thread Brad King
On 12/15/2016 11:54 AM, Kim Walisch wrote: > I am currently in the process of switching the build system of my > primecount project from Autotools to CMake and the shared library > versioning in CMake is not yet clear to myself. My current project > version (API version) is 3.5 and the libtool vers

[cmake-developers] CMake vs libtool versioning of shared libraries

2016-12-15 Thread Kim Walisch
Hi, I am currently in the process of switching the build system of my primecount project from Autotools to CMake and the shared library versioning in CMake is not yet clear to myself. My current project version (API version) is 3.5 and the libtool version (ABI version) is 4:7:0. So I have set the