CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

Support of MINGW is not compatible with Matlab 2016 #403

Closed nl78 closed 1 year ago

nl78 commented 1 year ago

The support of MINGW relies on "isenv()" function that comes with matlab newer version of Matlab. At least it is not available with Matlab 2016b. Replacing "isenv()" by "not(isempty(getenv()))" worked like a charm. Could you include this change the official tree?