summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFortranSourceCompiles.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CheckFortranSourceCompiles: Add support for custom source extensionBrad King2016-09-221-4/+11
| | | | | Fortran compilers interpret the source extension to decide whether to preprocess and what language level to use by default.
* CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typoBrad King2016-09-221-1/+1
|
* Modules: Fix spelling of "succeeded" in check messagesTerrell Russell2015-10-061-1/+1
| | | | Change "succeded" to "succeeded" everywhere.
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-0/+1
| | | | Otherwise callers may expect to be able to re-use result variables.
* Add CheckFortranSourceCompiles module (#14656)Brad King2014-08-181-0/+110
Copy the CheckCSourceCompiles module and port it to Fortran. Extend the FortranOnly test to try using the new module. Suggested-by: Nicolas Bock <nicolasbock@gmail.com>