diff options
author | Brad King <brad.king@kitware.com> | 2021-04-01 14:26:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-04-01 14:26:54 (GMT) |
commit | 0fee2adf8c967a9b47c65f4ca463b3fe1971205e (patch) | |
tree | 616891af39676fc59ea823ba27fe8798fb860007 /Modules/CMakeCompilerIdDetection.cmake | |
parent | 1c399ca88c21b6a0d39ac37d1faf68fbda58135a (diff) | |
parent | 8ef55dec292b307e8be85d9d9a5424f0468d441f (diff) | |
download | CMake-0fee2adf8c967a9b47c65f4ca463b3fe1971205e.zip CMake-0fee2adf8c967a9b47c65f4ca463b3fe1971205e.tar.gz CMake-0fee2adf8c967a9b47c65f4ca463b3fe1971205e.tar.bz2 |
Merge topic 'fujitsu-compiler-4.0-support'
8ef55dec29 Help: Add release notes for Fujitsu compiler support
4c74c86f40 FindBLAS/LAPACK: Add support for the Fujitsu SSL2 library
376c300b25 FindOpenMP: Add support for Fujitsu compilers
9e0a1cf03e FindMPI: Add support for the Fujitsu compiler wrappers
a237450948 Tests: Update for the FujitsuClang compiler
27579e9cf1 FujitsuClang: Add support for the Fujitsu compiler in Clang mode
a55feff69c Tests: Update for the Fujitsu compiler
3c867cff4a Fujitsu: Add support for the Fujitsu compiler in Trad mode
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Axel Huebl <axel.huebl@plasma.ninja>
Acked-by: Gilles Gouaillardet <gilles@rist.or.jp>
Merge-request: !5954
Diffstat (limited to 'Modules/CMakeCompilerIdDetection.cmake')
-rw-r--r-- | Modules/CMakeCompilerIdDetection.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCompilerIdDetection.cmake b/Modules/CMakeCompilerIdDetection.cmake index 214d58a..c79d423 100644 --- a/Modules/CMakeCompilerIdDetection.cmake +++ b/Modules/CMakeCompilerIdDetection.cmake @@ -66,6 +66,7 @@ function(compiler_id_detection outvar lang) PGI Cray TI + FujitsuClang Fujitsu GHS ) |