summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-CCur-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Concurrent Fortran 77 CompilerBrad King2015-06-181-0/+1
The Concurrent Fortran compiler (ccur.com) is available on Linux and can be used much like the GNU Fortran compiler. Currently it has no preprocessor symbols to identify it so we need to detect it by matching compiler output. Suggested-by: Anthony Ette <Anthony.R.Ette@controlsdata.com>