generate VERSION

This commit is contained in:
Sébastien Loriot 2018-01-03 10:46:22 +01:00
parent bb8e7127f6
commit 8b6deff272
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
3.9

View File

@ -84,6 +84,9 @@ foreach(pkg ${files})
endif()
endforeach()
#create VERSION
file(WRITE ${release_dir}/VERSION "${CGAL_VERSION}")
# removal of extra directories and files
file(REMOVE_RECURSE ${release_dir}/doc/fig_src)
file(REMOVE_RECURSE ${release_dir}/benchmark)