summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/G95-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the g95 Fortran compilerBrad King2009-10-231-0/+7
This commit teaches CMake about the g95 compiler from http://www.g95.org We use 'G95' as the compiler id string, and add some basic flags. See issue #9241.