diff options
author | Brad King <brad.king@kitware.com> | 2015-06-18 15:33:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-18 15:36:12 (GMT) |
commit | 7cd539b163a58f8b594e2318bdc7e7d7b1ba6577 (patch) | |
tree | 7357c6973cc9fe5ad3052fed638bede824d81866 /Modules/Compiler/CCur-Fortran.cmake | |
parent | 0d204c1c1dabba2dc87957e9ce6bcd32aab70dae (diff) | |
download | CMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.zip CMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.tar.gz CMake-7cd539b163a58f8b594e2318bdc7e7d7b1ba6577.tar.bz2 |
Add support for Concurrent Fortran 77 Compiler
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>
Diffstat (limited to 'Modules/Compiler/CCur-Fortran.cmake')
-rw-r--r-- | Modules/Compiler/CCur-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/CCur-Fortran.cmake b/Modules/Compiler/CCur-Fortran.cmake new file mode 100644 index 0000000..6ec06ae --- /dev/null +++ b/Modules/Compiler/CCur-Fortran.cmake @@ -0,0 +1 @@ +include(Compiler/GNU-Fortran) |