mirror of https://github.com/CGAL/cgal
CGAL_BUGFIX_VERSION must not be empty (for the rc file on Windows)
When CGAL_BUGFIX_VERSION is empty, sets it to 0.
This commit is contained in:
parent
89def2a1af
commit
ca9ddf0ca5
|
|
@ -258,6 +258,10 @@ else()
|
||||||
list( GET CGAL_VERSION_TOKENS 2 CGAL_BUGFIX_VERSION )
|
list( GET CGAL_VERSION_TOKENS 2 CGAL_BUGFIX_VERSION )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(NOT CGAL_BUGFIX_VERSION)
|
||||||
|
set(CGAL_BUGFIX_VERSION 0)
|
||||||
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue