summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/G95-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+2
| | | | | | | Define a "Fortran_FORMAT" target and source file property. Initialize the target property from a "CMAKE_Fortran_FORMAT" variable. Interpret values "FIXED" and "FREE" to indicate the source file format. Append corresponding flags to the compiler command line.
* 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.