summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-08-02 21:26:29 (GMT)
committerBrad King <brad.king@kitware.com>2011-08-02 21:26:29 (GMT)
commitad542d821db91c89129630ace9342776c098d2f3 (patch)
treee566d449d221c0d44dcd1aaea3b1bb45a960cadc /Modules/Platform
parent6d434ee6ccc250bfc653281643d70a3d1f8938cc (diff)
downloadCMake-ad542d821db91c89129630ace9342776c098d2f3.zip
CMake-ad542d821db91c89129630ace9342776c098d2f3.tar.gz
CMake-ad542d821db91c89129630ace9342776c098d2f3.tar.bz2
XL: Fix old VisualAge branding of Fortran compiler
Commit 6d434ee6 (Split XL compiler information files, 2009-09-30) added Platform/AIX-(XL|VisualAge)-(C|CXX|Fortran).cmake modules to support the old and new compiler branding for all languages. Add the "AIX-VisualAge-Fortran" combination that was left out accidentally.
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/AIX-VisualAge-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-VisualAge-Fortran.cmake b/Modules/Platform/AIX-VisualAge-Fortran.cmake
new file mode 100644
index 0000000..19e59d6
--- /dev/null
+++ b/Modules/Platform/AIX-VisualAge-Fortran.cmake
@@ -0,0 +1 @@
+include(Platform/AIX-XL-Fortran)