error('The only supported fortran compiler for GridFire is gfortran (version >= 14.0), found '+fc+'. GridFire has not been tested with any other compilers. You can disable this check with the -Dunsafe-fortran=true flag to try other compilers')
endif
endif
if(fc.version().version_compare('<14.0'))
error('gfortran version must be at least 14.0, found '+fc.version())