diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-12-22 20:07:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-30 14:32:53 (GMT) |
commit | 3c867cff4a98bb198211e3d9f8494fbb478a29e4 (patch) | |
tree | e8fb2a3671d292ff21430df67e95000f20a63bce /Help/manual/cmake-compile-features.7.rst | |
parent | d5ab6a53edef5f259f9b9446943dcc5113898b51 (diff) | |
download | CMake-3c867cff4a98bb198211e3d9f8494fbb478a29e4.zip CMake-3c867cff4a98bb198211e3d9f8494fbb478a29e4.tar.gz CMake-3c867cff4a98bb198211e3d9f8494fbb478a29e4.tar.bz2 |
Fujitsu: Add support for the Fujitsu compiler in Trad mode
Co-Author: Yuichiro Utsumi <utsumi.yuichiro@jp.fujitsu.com>
Diffstat (limited to 'Help/manual/cmake-compile-features.7.rst')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 0d15ddf..56d16c0 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -359,6 +359,7 @@ following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the versions specified for each: * ``Cray``: Cray Compiler Environment version 8.1+. +* ``Fujitsu``: Fujitsu HPC compiler 4.0+. * ``PGI``: PGI version 12.10+. * ``NVHPC``: NVIDIA HPC compilers version 11.0+. * ``TI``: Texas Instruments compiler. |