robotology / yarp-matlab-bindings

SWIG-based bindings of YARP for Matlab and Octave, based on the MEX C-API.
6 stars 5 forks source link

Cleanup CMake scripts in the repo #61

Open traversaro opened 3 years ago

traversaro commented 3 years ago

This repo contains some ancient CMake scripts that are quite complex due to the need of generating the glue code on the developer machine using the SWIG on MATLAB fork, and then commit that code.

On the iDynTree side, that code was simplified by the following PRs:

The same operation should be done also here, to avoid regression such as https://github.com/robotology/yarp-matlab-bindings/issues/58 .