diff options
author | Brad King <brad.king@kitware.com> | 2011-08-02 21:26:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-08-02 21:26:29 (GMT) |
commit | ad542d821db91c89129630ace9342776c098d2f3 (patch) | |
tree | e566d449d221c0d44dcd1aaea3b1bb45a960cadc /Modules/Platform | |
parent | 6d434ee6ccc250bfc653281643d70a3d1f8938cc (diff) | |
download | CMake-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.cmake | 1 |
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) |