summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-05-16 17:50:24 -0400
committerBrad King <brad.king@kitware.com>2008-05-16 17:50:24 -0400
commit0c6ba12efd365c08334385589a4e1b5432cd6780 (patch)
treea845856cd1c04c16b52ac9b1e02ba1003e77e1da /Modules
parent10db44a81d7be2ebd93c7fb1b70883d62c421723 (diff)
downloadcmake-0c6ba12efd365c08334385589a4e1b5432cd6780.tar.gz
ENH: Teach Fortran compiler identification about the Portland Group compiler (PGI).
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeFortranCompilerId.F90.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeFortranCompilerId.F90.in b/Modules/CMakeFortranCompilerId.F90.in
index 870c204fcf..0949b5051f 100644
--- a/Modules/CMakeFortranCompilerId.F90.in
+++ b/Modules/CMakeFortranCompilerId.F90.in
@@ -8,6 +8,8 @@ PROGRAM CMakeFortranCompilerId
PRINT *, 'INFO:compiler[GNU]'
#elif defined(__IBM__) || defined(__IBMC__)
PRINT *, 'INFO:compiler[VisualAge]'
+#elif defined(__PGI)
+ PRINT *, 'INFO:compiler[PGI]'
#elif defined(_COMPILER_VERSION)
PRINT *, 'INFO:compiler[MIPSpro]'
! This compiler is either not known or is too old to define an