Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check*CompilerFlag: Refactor method used to pass flags | Mark Abraham | 2015-02-24 | 1 | -4/+4 |
| | | | | | | | Refactor the Check*CompilerFlag modules to pass the flags to Check*SourceCompiles using CMAKE_REQUIRED_FLAGS instead of CMAKE_REQUIRED_DEFINITIONS. Both end up being used, but the variable for "FLAGS" is more precise. | ||||
* | CheckFortranCompilerFlag: Add module to check Fortran flag existence | Nicolas Bock | 2015-02-05 | 1 | -0/+66 |
Copy the CheckCCompilerFlag module and replace 'C' with 'Fortran'. Also update the common patterns module to match some Fortran compiler messages. |