mirror of https://github.com/CGAL/cgal
Create CGAL_DIR/cmake/platforms which is no longer in the tarball
This commit is contained in:
parent
11b5b28d0c
commit
593e473390
|
|
@ -380,6 +380,10 @@ setup_dirs()
|
||||||
|
|
||||||
CGAL_BINARY_DIR_BASE=${CGAL_DIR}/cmake/platforms
|
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_DIR=`readlink "${CGAL_DIR}"`
|
||||||
|
|
||||||
CGAL_RELEASE_ID=`basename "${CGAL_RELEASE_DIR}"`
|
CGAL_RELEASE_ID=`basename "${CGAL_RELEASE_DIR}"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue