Fix this commited cgal_test_with_cmake

This commit is contained in:
Laurent Rineau 2010-05-25 08:24:19 +00:00
parent ec61d46e2e
commit 08a4aa0b0e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
if [ -z "${MAKE_CMD}" ]; then if [ -z "${MAKE_CMD}" ]; then
MAKE_CMD=make MAKE_CMD=make
fi fi
MAKE_CMD="${MAKE_CMD} -fMakefile" MAKE_CMD="${MAKE_CMD} VERBOSE=ON -fMakefile"
MAKE_CLEAN_CMD="${MAKE_CMD} clean" MAKE_CLEAN_CMD="${MAKE_CMD} clean"
;; ;;
esac esac