[Cmake-commits] CMake branch, next, updated. v2.8.5-1411-ga94b306

Brad King brad.king at kitware.com
Tue Aug 2 17:31:50 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  a94b306697605418e0ac2a54da2ebd538c9ac72d (commit)
       via  ad542d821db91c89129630ace9342776c098d2f3 (commit)
      from  000074e4e16c8a194e53d5c3edac8503a45c4f2a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a94b306697605418e0ac2a54da2ebd538c9ac72d
commit a94b306697605418e0ac2a54da2ebd538c9ac72d
Merge: 000074e ad542d8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 2 17:31:30 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 2 17:31:30 2011 -0400

    Merge topic 'fix-old-VisualAge-Fortran' into next
    
    ad542d8 XL: Fix old VisualAge branding of Fortran compiler


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad542d821db91c89129630ace9342776c098d2f3
commit ad542d821db91c89129630ace9342776c098d2f3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 2 17:26:29 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 2 17:26:29 2011 -0400

    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.

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)

-----------------------------------------------------------------------

Summary of changes:
 Modules/Platform/AIX-VisualAge-Fortran.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 Modules/Platform/AIX-VisualAge-Fortran.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list