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. | ||||
* | ENH: Implicit link info for C, CXX, and Fortran | Brad King | 2009-07-23 | 1 | -0/+1 |
This teaches CMake to detect implicit link information for C, C++, and Fortran compilers. We detect the implicit linker search directories and implicit linker options for UNIX-like environments using verbose output from compiler front-ends. We store results in new variables called CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES The implicit libraries can contain linker flags as well as library names. |