summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-19 12:51:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-19 12:51:43 (GMT)
commita53f1af79f5b602751d2a3a68e3eb36deba53c23 (patch)
tree696fd745c2e9408ef74bbda0f6526df98eba1c16 /Help
parentc780524a967ef8e814ad4fcd4e424cdb8fe58f73 (diff)
parent54676a0e4cf30d9f026a0f6521f7171a75f85803 (diff)
downloadCMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.zip
CMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.tar.gz
CMake-a53f1af79f5b602751d2a3a68e3eb36deba53c23.tar.bz2
Merge topic 'ConcurrentFortran-compiler-id'
54676a0e Help: Add notes for topic 'ConcurrentFortran-compiler-id' 7cd539b1 Add support for Concurrent Fortran 77 Compiler 0d204c1c CMakeDetermineCompilerId: Try matching compiler output to detect id 5f0dad75 CMakeDetermineCompilerId: Refactor id build/check loop logic c65a060e CMakeDetermineCompilerId: Optionally try some flags before no flags
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ConcurrentFortran-compiler-id.rst5
-rw-r--r--Help/variable/CMAKE_LANG_COMPILER_ID.rst1
2 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/ConcurrentFortran-compiler-id.rst b/Help/release/dev/ConcurrentFortran-compiler-id.rst
new file mode 100644
index 0000000..71e79aa
--- /dev/null
+++ b/Help/release/dev/ConcurrentFortran-compiler-id.rst
@@ -0,0 +1,5 @@
+ConcurrentFortran-compiler-id
+-----------------------------
+
+* The `Concurrent Fortran 77 <https://ccur.com>`__ compiler is now supported.
+ Its :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` is ``CCur``.
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)