cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Add SOVERSION option and use major version number by default #539

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

The SOVERSION is currently set to ".", but it is more common to only use a single integer corresponding to the major version number. Further, a developer should be able to specify the SOVERSION next to the canonical VERSION in BasisProject.cmake.