Skip to content
Snippets Groups Projects
Verified Commit ab6cdd0d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add -noFigureWindows to MATLAB ≥ R2019a batch options

parent d0b4429f
Branches
Tags
No related merge requests found
Pipeline #1114 passed
......@@ -22,7 +22,7 @@ AC_REQUIRE([AX_MATLAB_ARCH])
AC_REQUIRE([AX_MATLAB_VERSION])
AX_COMPARE_VERSION([$MATLAB_VERSION], [ge], [9.6],
[MATLAB_BATCH_OPTIONS='-batch'],
[MATLAB_BATCH_OPTIONS='-noFigureWindows -batch'],
[
if test "${MATLAB_ARCH}" = win32 -o "${MATLAB_ARCH}" = win64; then
MATLAB_BATCH_OPTIONS='-nosplash -automation -wait -sd "$(CURDIR)" -r'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment