Skip to content

WIP:Update FindMatlab for Matlab 2018b

Sean Warren requested to merge seanwarren/cmake:matlab-2018b-mex-fix into master

This PR updates FindMatlab.cmake to support Matlab 2018b

  • Fix #18391 (closed) by explicitly exporting mexFunction in MSVC
  • Fix #17971 (closed) by linking to libMatlabEngine.lib and libMatlabDataArray.lib where they exist
  • Add Matlab 2018a,b to version list

Merge request reports