From 08a4aa0b0e93ae2c5dcab53b20ab91e41b737ae8 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 25 May 2010 08:24:19 +0000 Subject: [PATCH] Fix this commited cgal_test_with_cmake --- .../test/Point_set_processing_3/cgal_test_with_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/test/Point_set_processing_3/cgal_test_with_cmake b/Point_set_processing_3/test/Point_set_processing_3/cgal_test_with_cmake index 152bf03508b..069a2262d32 100755 --- a/Point_set_processing_3/test/Point_set_processing_3/cgal_test_with_cmake +++ b/Point_set_processing_3/test/Point_set_processing_3/cgal_test_with_cmake @@ -33,7 +33,7 @@ if [ -z "${MAKE_CMD}" ]; then MAKE_CMD=make fi - MAKE_CMD="${MAKE_CMD} -fMakefile" + MAKE_CMD="${MAKE_CMD} VERBOSE=ON -fMakefile" MAKE_CLEAN_CMD="${MAKE_CMD} clean" ;; esac