summaryrefslogtreecommitdiff
path: root/Modules/CMakeFortranCompilerId.F.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-01-13 12:12:39 -0500
committerBrad King <brad.king@kitware.com>2010-01-13 12:12:39 -0500
commit1e9f58e6057c812ceda827c22c8c3538c95ae0e6 (patch)
tree6a6b8f3bc455f63ba6d0222ef9eba1538d4d34fa /Modules/CMakeFortranCompilerId.F.in
parent9ef3f8e82036a28c4f0375ec65eb25864a5240ca (diff)
downloadcmake-1e9f58e6057c812ceda827c22c8c3538c95ae0e6.tar.gz
Recognize the PathScale C/C++/Fortran compilers
Diffstat (limited to 'Modules/CMakeFortranCompilerId.F.in')
-rw-r--r--Modules/CMakeFortranCompilerId.F.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeFortranCompilerId.F.in b/Modules/CMakeFortranCompilerId.F.in
index c92f127a26..107470cd02 100644
--- a/Modules/CMakeFortranCompilerId.F.in
+++ b/Modules/CMakeFortranCompilerId.F.in
@@ -8,6 +8,8 @@
PRINT *, 'INFO:compiler[SunPro]'
#elif defined(__G95__)
PRINT *, 'INFO:compiler[G95]'
+#elif defined(__PATHSCALE__)
+ PRINT *, 'INFO:compiler[PathScale]'
#elif defined(__GNUC__)
PRINT *, 'INFO:compiler[GNU]'
#elif defined(__IBMC__)