Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fortran: Add support for free- and fixed-form flags | Brad King | 2011-08-31 | 1 | -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. | ||||
* | PathScale C/C++/Fortran Compiler Information | Brad King | 2010-01-13 | 1 | -0/+4 |
We add compiler information files Compiler/PathScale-<lang>.cmake to specify PathScale compiler information for C, C++, and Fortran languages. We use a macro in Compiler/PathScale.cmake to consolidate the information common to all languages. |