robotology-legacy / mex-wholebodymodel

Matlab MEX interface to the iWholeBodyModel interface.
11 stars 9 forks source link

The FindMatlab.cmake does not work with Matlab 2015a #24

Closed traversaro closed 8 years ago

traversaro commented 9 years ago

I suggest that for supporting Matlab 2015a we move to the official FindMatlab.cmake provided in the new CMake 3.3 . Given that on Linux users will have to stick with the CMake version provided by their distributions, we can import it locally as done for WBI-Toolbox in https://github.com/robotology-playground/WBI-Toolbox/issues/84 and for iDynTree in https://github.com/robotology/idyntree/commit/692f4a510856fed1a4977d7642afe64f1625713c .

cc @naveenoid Originally reported by @prashanthr05

traversaro commented 8 years ago

Fixed in https://github.com/robotology-playground/mex-wholebodymodel/commit/97ebeef4ff36f2123f3f41a5b7d9bde166fdf697 .