Bump the SONAME

This commit is contained in:
Laurent Rineau 2018-12-17 15:21:59 +01:00
parent 35881fcc3b
commit 1cb63b5e78
1 changed files with 3 additions and 2 deletions

View File

@ -364,10 +364,11 @@ endif()
# CGAL-4.10 : 13.0.0 (Change the API/ABI in CGAL_ImageIO.)
# CGAL-4.11 : 13.0.1 (Nothing different in CGAL compiled libraries.)
# CGAL-4.12 : 13.0.2 (Nothing different in CGAL compiled libraries.)
# CGAL-4.14 : 14.0.0 (ABI broken in CGAL::Image_3.)
# ¹) According to http://upstream-tracker.org/versions/cgal.html
set( CGAL_SONAME_VERSION "13" )
set( CGAL_SOVERSION "13.0.2" )
set( CGAL_SONAME_VERSION "14" )
set( CGAL_SOVERSION "14.0.0" )
message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" )
message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" )