summaryrefslogtreecommitdiff
path: root/Modules/CMakeFortranCompilerId.F.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-11 13:09:17 +0000
committerKitware Robot <kwrobot@kitware.com>2021-03-11 08:09:33 -0500
commit33900e3c7c59d927c3d674bbba7320cf7b2e8bf9 (patch)
tree1530ca14f19f2433679cd6d1a0e3692ec51c54ae /Modules/CMakeFortranCompilerId.F.in
parent8dacf533a90a89c6812e9081c3632c9f60158bc0 (diff)
parent13144e82cdb29490ac34251b7c48a0260d4d54cf (diff)
downloadcmake-33900e3c7c59d927c3d674bbba7320cf7b2e8bf9.tar.gz
Merge topic 'cray-compiler-wrapper-detection'
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeFortranCompilerId.F.in b/Modules/CMakeFortranCompilerId.F.in
index 34d4da6c8b..0a3db4cf6b 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