charm
charm copied to clipboard
Make fortran optional in cmake
This allows skipping fortran using cmake, e.g.,
cmake -DENABLE_FORTRAN=off ...
A workaround for #3645.