Install SWIG interfaces to CMAKE_INSTALL_PREFIX/language by default #1991
Comments
Both MATLAB and Octave will be installed into CMAKE_INSTALL_PREFIX/matlab, as they should not conflict and have a lot of common code. |
jaeandersson
added a commit
that referenced
this issue
Apr 25, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 25, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 25, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default installation directory for e.g. the Python module should be CMAKE_INSTALL_PREFIX/python, for Octave CMAKE_INSTALL_PREFIX/octave etc. This avoids accidental installation into system paths and makes it easier to switch between multiple versions of CasADi.
Cf. #1982
The text was updated successfully, but these errors were encountered: