mirror of https://github.com/CGAL/cgal
Fix this commited cgal_test_with_cmake
This commit is contained in:
parent
ec61d46e2e
commit
08a4aa0b0e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue