Skip to content

FindOctave: Add module to find GNU Octave

scivision requested to merge scivision/cmake:gnu-octave into master

Adds ability to find GNU Octave, a Free alternative to Matlab. Uses COMPONENTS to find

  • Interpreter
  • Development

Many users don't install octave-devel, but want to use the Octave interpreter for CI of .m code.

Edited by scivision

Merge request reports