diff options
author | Brad King <brad.king@kitware.com> | 2021-03-11 13:09:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-03-11 13:09:32 (GMT) |
commit | f59a3e2148e5177933f7cf98a35d9955fffdb173 (patch) | |
tree | 986486fe3865fae2ec0e29796d4b209b89e84abd /Modules/CMakeFortranCompilerId.F.in | |
parent | ccfa0852c0a42bb965346b7217edf269587c903c (diff) | |
parent | 13144e82cdb29490ac34251b7c48a0260d4d54cf (diff) | |
download | CMake-f59a3e2148e5177933f7cf98a35d9955fffdb173.zip CMake-f59a3e2148e5177933f7cf98a35d9955fffdb173.tar.gz CMake-f59a3e2148e5177933f7cf98a35d9955fffdb173.tar.bz2 |
Merge topic 'cray-compiler-wrapper-detection' into release-3.20
13144e82cd Cray: Enable Cray compiler wrapper detection on all platforms
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5897
Diffstat (limited to 'Modules/CMakeFortranCompilerId.F.in')
-rw-r--r-- | Modules/CMakeFortranCompilerId.F.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeFortranCompilerId.F.in b/Modules/CMakeFortranCompilerId.F.in index 34d4da6..0a3db4c 100644 --- a/Modules/CMakeFortranCompilerId.F.in +++ b/Modules/CMakeFortranCompilerId.F.in @@ -139,7 +139,7 @@ #else PRINT *, 'INFO:compiler[]' #endif -#if defined(__CRAYXE) || defined(__CRAYXC) +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) PRINT *, 'INFO:compiler_wrapper[CrayPrgEnv]' #endif |