From 593e473390a38f99e86d5d4aa6f4a10e65185bcb Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Tue, 4 Nov 2008 17:57:43 +0000 Subject: [PATCH] Create CGAL_DIR/cmake/platforms which is no longer in the tarball --- Scripts/developer_scripts/autotest_cgal_with_cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scripts/developer_scripts/autotest_cgal_with_cmake b/Scripts/developer_scripts/autotest_cgal_with_cmake index fd448f80bac..446aefaed86 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_cmake +++ b/Scripts/developer_scripts/autotest_cgal_with_cmake @@ -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}"`