Skip to content
  • Cris Luengo's avatar
    FindMatlab: `matlab_add_mex` has new options `R2017b` and `R2018a`. · d7e19032
    Cris Luengo authored
    - These options are equivalent to `mex` command options `-R2017b` and `-R2018a`.
    - `R2017b` is the default, and selects the compatability API.
    - `R2018a` is the alternative, and selects the new complex-interleaved API.
    - For versions of MATLAB before R2018a, these options are ignored.
    - `matlab_add_mex` now works correctly with newer MATLABs.
    d7e19032