Cmake shouldn't specify FORTRAN unless needed
chrisrichardson opened this issue · 1 comments
chrisrichardson commented
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
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.