summaryrefslogtreecommitdiff
path: root/Modules/CMakeFortranCompilerId.F.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-09 14:15:35 +0000
committerKitware Robot <kwrobot@kitware.com>2021-03-09 09:15:43 -0500
commit2843a322c8960bba39f0b9585b7d45a368afa9ef (patch)
treeaedd855b79501975bcaa4c2ac9b013a8581b777a /Modules/CMakeFortranCompilerId.F.in
parenta8954cc3c47a1a9459ddbe10f5b288e466872076 (diff)
parent23b101de601491342f1b918ee29114d7f66d2ad9 (diff)
downloadcmake-2843a322c8960bba39f0b9585b7d45a368afa9ef.tar.gz
Merge topic 'CrayPrgEnv-detection'
23b101de60 Revert "Cray: Fix Cray compiler detection on new platforms" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5889
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 1cc08dfe81..34d4da6c8b 100644
--- a/Modules/CMakeFortranCompilerId.F.in
+++ b/Modules/CMakeFortranCompilerId.F.in
@@ -139,7 +139,7 @@
#else
PRINT *, 'INFO:compiler[]'
#endif
-#if defined(_CRAYFTN)
+#if defined(__CRAYXE) || defined(__CRAYXC)
PRINT *, 'INFO:compiler_wrapper[CrayPrgEnv]'
#endif