summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-18 15:33:45 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-18 15:36:12 (GMT)
commit7cd539b163a58f8b594e2318bdc7e7d7b1ba6577 (patch)
tree7357c6973cc9fe5ad3052fed638bede824d81866 /Help
parent0d204c1c1dabba2dc87957e9ce6bcd32aab70dae (diff)
downloadCMake-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 'Help')
-rw-r--r--Help/variable/CMAKE_LANG_COMPILER_ID.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
index f554f4e..1c3b134 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
@@ -11,6 +11,7 @@ include:
Absoft = Absoft Fortran (absoft.com)
ADSP = Analog VisualDSP++ (analog.com)
AppleClang = Apple Clang (apple.com)
+ CCur = Concurrent Fortran (ccur.com)
Clang = LLVM Clang (clang.llvm.org)
Cray = Cray Compiler (cray.com)
Embarcadero, Borland = Embarcadero (embarcadero.com)