MxUI / MUI

Multiscale Universal Interface: A Concurrent Framework for Coupling Heterogeneous Solvers
http://mxui.github.io/
Apache License 2.0
54 stars 40 forks source link

Cmake shouldn't specify FORTRAN unless needed #91

Closed chrisrichardson closed 1 year ago

chrisrichardson commented 1 year ago

At the moment, the first line of CMakeLists.txt specifies FORTRAN (and C) as requirements.

These should be added later, inside if(FORTRAN_WRAPPER) e.g. using enable_language(FORTRAN) Otherwise, the install will fail on systems with no fortran available...

SLongshaw commented 1 year ago

Thanks for finding this @chrisrichardson - it has been corrected and will be incorporated into the master and development branches and will be incorporated into the next tagged release.