[Cmake-commits] CMake branch, master, updated. 570ceeb4a466468861f7ff10c092bda327837ae2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 23 13:03:02 EDT 2010


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, master has been updated
       via  570ceeb4a466468861f7ff10c092bda327837ae2 (commit)
      from  fc4e7dcec0b4f87a96866a01621aaaffc04fa6f0 (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=570ceeb4a466468861f7ff10c092bda327837ae2
commit 570ceeb4a466468861f7ff10c092bda327837ae2
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Tue Mar 23 11:32:40 2010 -0400

    Teach CMake how to work with G95 on mingw.

diff --git a/Modules/Platform/Windows-G95-Fortran.cmake b/Modules/Platform/Windows-G95-Fortran.cmake
new file mode 100644
index 0000000..af08008
--- /dev/null
+++ b/Modules/Platform/Windows-G95-Fortran.cmake
@@ -0,0 +1 @@
+include(Platform/Windows-GNU-Fortran)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list