diff options
Diffstat (limited to 'Modules/CMakeFortranCompilerId.F90.in')
-rw-r--r-- | Modules/CMakeFortranCompilerId.F90.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeFortranCompilerId.F90.in b/Modules/CMakeFortranCompilerId.F90.in index 870c204..0949b50 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 |