Wrong CGAL_DIR path, in the cmake version of collect_cgal_testresults.

This commit is contained in:
Laurent Rineau 2008-03-10 14:14:42 +00:00
parent 1d84011f67
commit 6fcaa33bf4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ do_platform()
TESTER_ADDRESS="${CGAL_TESTER_ADDRESS:-${TESTER}}"
TEST_REPORT="TestReport_${TESTER}_${PLATFORM}"
RESULT_FILE=$CURRENT_DIR/results_${TESTER}_${PLATFORM}.txt
CGAL_DIR=..
CGAL_DIR=../../../..
rm -f $RESULT_FILE
touch $RESULT_FILE
sed -n '/CGAL_VERSION /s/#define //p' < $CGAL_DIR/include/CGAL/version.h >> $RESULT_FILE