2.8 branch: Set SO version in CMakeLists.txt so it gets baked into the binary file names.
This commit is contained in:
@@ -31,7 +31,7 @@ PROJECT(OpenSceneGraph)
|
||||
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
|
||||
SET(OPENSCENEGRAPH_MINOR_VERSION 8)
|
||||
SET(OPENSCENEGRAPH_PATCH_VERSION 5)
|
||||
SET(OPENSCENEGRAPH_SOVERSION 65)
|
||||
SET(OPENSCENEGRAPH_SOVERSION 74)
|
||||
|
||||
# set to 0 when not a release candidate, non zero means that any generated
|
||||
# svn tags will be treated as release candidates of given number
|
||||
|
||||
Reference in New Issue
Block a user