mirror of https://github.com/CGAL/cgal
Merge branch 'Installation-fix_on_Windows-lrineau' into CGAL-vtk_in_demo-GF
This commit is contained in:
commit
4afa8a7813
|
|
@ -145,7 +145,7 @@ if ( CGAL_BRANCH_BUILD )
|
|||
file(WRITE "${CMAKE_BINARY_DIR}/VERSION" "${CGAL_CREATED_VERSION_NUM}")
|
||||
|
||||
message(STATUS "CGAL_VERSION is ${CGAL_CREATED_VERSION}")
|
||||
set(CGAL_FULL_VERSION ${CGAL_CREATED_VERSION} PARENT_SCOPE)
|
||||
set(CGAL_FULL_VERSION ${CGAL_CREATED_VERSION} CACHE INTERNAL "CGAL version")
|
||||
|
||||
|
||||
#define CGAL_VERSION_NR 1030500135
|
||||
|
|
|
|||
Loading…
Reference in New Issue