diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index cf3beb81a94..a0b99872d1f 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -258,6 +258,10 @@ else() list( GET CGAL_VERSION_TOKENS 2 CGAL_BUGFIX_VERSION ) endif() + if(NOT CGAL_BUGFIX_VERSION) + set(CGAL_BUGFIX_VERSION 0) + endif() + endif() #--------------------------------------------------------------------------------------------------