diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 4a45bf89485..88e41c1c455 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -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}" )