From ac5b999fffc88a1db3d4558e2dd6fd104cf2258a Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 21 Jan 2011 13:09:22 -0500 Subject: Add Absoft Fortran compiler id and basic flags Identification at preprocessing time depends on definition of __ABSOFT__ to be added in service pack V11.1.2 of the compiler. --- Modules/CMakeFortranCompilerId.F.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Modules/CMakeFortranCompilerId.F.in') diff --git a/Modules/CMakeFortranCompilerId.F.in b/Modules/CMakeFortranCompilerId.F.in index 8584731495..4d25de0ba5 100644 --- a/Modules/CMakeFortranCompilerId.F.in +++ b/Modules/CMakeFortranCompilerId.F.in @@ -12,6 +12,8 @@ PRINT *, 'INFO:compiler[G95]' #elif defined(__PATHSCALE__) PRINT *, 'INFO:compiler[PathScale]' +#elif defined(__ABSOFT__) + PRINT *, 'INFO:compiler[Absoft]' #elif defined(__GNUC__) PRINT *, 'INFO:compiler[GNU]' #elif defined(__IBMC__) -- cgit v1.2.1