You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the FindMatlab module shipped with CMake cannot look for only specific MATLAB tools/libraries. In particular, it does not look for the MATLAB Compiler Runtime (MCR) library. The IRTK should not link to the MATLAB libraries directly, but the MCR proxy library instead such that users don't need a MATLAB installation to run the code, only a free copy of the MCR.
The FindMATLAB module I wrote for CMake BASIS would be a better candidate.
I think the FindMatlab module shipped with CMake cannot look for only specific MATLAB tools/libraries. In particular, it does not look for the MATLAB Compiler Runtime (MCR) library. The IRTK should not link to the MATLAB libraries directly, but the MCR proxy library instead such that users don't need a MATLAB installation to run the code, only a free copy of the MCR.
The FindMATLAB module I wrote for CMake BASIS would be a better candidate.
Usage:
The text was updated successfully, but these errors were encountered: