Create CGAL_DIR/cmake/platforms which is no longer in the tarball

This commit is contained in:
Fernando Cacciola 2008-11-04 17:57:43 +00:00
parent 11b5b28d0c
commit 593e473390
1 changed files with 4 additions and 0 deletions

View File

@ -380,6 +380,10 @@ setup_dirs()
CGAL_BINARY_DIR_BASE=${CGAL_DIR}/cmake/platforms
if [ ! d "${CGAL_BINARY_DIR_BASE}" ]; then
mkdir "${CGAL_BINARY_DIR_BASE}"
fi
CGAL_RELEASE_DIR=`readlink "${CGAL_DIR}"`
CGAL_RELEASE_ID=`basename "${CGAL_RELEASE_DIR}"`