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. | ||||
* | Teach CMake about Cray C, C++, and Fortran compilers | Brad King | 2010-11-12 | 1 | -0/+4 |
The Cray Fortran compiler needs "-em" to enable module output and also "-J." to place the .mod files in the current working directory (instead of next to the .o file). |