diff options
author | Brad King <brad.king@kitware.com> | 2015-06-18 20:16:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-18 20:16:50 (GMT) |
commit | 54676a0e4cf30d9f026a0f6521f7171a75f85803 (patch) | |
tree | 0390f3fa3ae02744d0ddbb5f6adfa4e0297d9340 /Help | |
parent | 7cd539b163a58f8b594e2318bdc7e7d7b1ba6577 (diff) | |
download | CMake-54676a0e4cf30d9f026a0f6521f7171a75f85803.zip CMake-54676a0e4cf30d9f026a0f6521f7171a75f85803.tar.gz CMake-54676a0e4cf30d9f026a0f6521f7171a75f85803.tar.bz2 |
Help: Add notes for topic 'ConcurrentFortran-compiler-id'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ConcurrentFortran-compiler-id.rst | 5 |
1 files changed, 5 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``. |