summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFortranCompilerId.F.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-08 17:36:00 (GMT)
committerBrad King <brad.king@kitware.com>2021-03-08 17:36:00 (GMT)
commit214a06ec2ec567cd31aabdb3ada6421f965c5dfa (patch)
tree76b464ca86511b1ca3e3948bd5abd8e834221c40 /Modules/CMakeFortranCompilerId.F.in
parent0ecd9de6ddcaf951968d053ae491949d68d6175f (diff)
parent23b101de601491342f1b918ee29114d7f66d2ad9 (diff)
downloadCMake-214a06ec2ec567cd31aabdb3ada6421f965c5dfa.zip
CMake-214a06ec2ec567cd31aabdb3ada6421f965c5dfa.tar.gz
CMake-214a06ec2ec567cd31aabdb3ada6421f965c5dfa.tar.bz2
Merge branch 'CrayPrgEnv-detection' into release-3.19
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 7e8828b..30f8d4c 100644
--- a/Modules/CMakeFortranCompilerId.F.in
+++ b/Modules/CMakeFortranCompilerId.F.in
@@ -108,7 +108,7 @@
#else
PRINT *, 'INFO:compiler[]'
#endif
-#if defined(_CRAYFTN)
+#if defined(__CRAYXE) || defined(__CRAYXC)
PRINT *, 'INFO:compiler_wrapper[CrayPrgEnv]'
#endif