diff --git a/setup.m b/setup.m index 59a3bd0645..7a4070339b 100644 --- a/setup.m +++ b/setup.m @@ -159,9 +159,9 @@ function setup(varargin) language = 'Fortran'; % Language to compile mex_well_conf = try_mex_setup(language); if mex_well_conf == 0 - fprintf('\nVerification FAILED.\n') fprintf('\nThe MEX of your MATLAB is not properly configured for compiling Fortran.'); - fprintf('\nPlease configure MEX before using this package. Try ''help mex'' for more information.\n\n'); + fprintf('\nPlease configure MEX before using this package. Try ''help mex'' for more information.'); + fprintf('\nNote that MEX is a product of MathWorks, and its configuration is not part of this package.\n\n'); return elseif mex_well_conf == -1 fprintf('\nmex(''-setup'', ''%s'') runs successfully but we cannot verify that MEX works properly.', language);