[Cmake-commits] CMake branch, next, updated. v2.8.2-480-ga8ba832

Brad King brad.king at kitware.com
Tue Aug 17 16:46:44 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, next has been updated
       via  a8ba8329ab0a338e0a1876732c096e3a920aca0d (commit)
       via  e872f5d70a24a3c5f535272ec8cee0173aa81325 (commit)
      from  37888a53f6238d39aee61861207bf2f8f8623246 (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=a8ba8329ab0a338e0a1876732c096e3a920aca0d
commit a8ba8329ab0a338e0a1876732c096e3a920aca0d
Merge: 37888a5 e872f5d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 17 16:46:43 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 17 16:46:43 2010 -0400

    Merge topic 'FortranCInterface-doc-typo' into next
    
    e872f5d FortranCInterface: Fix doc typo FC.h -> FCMangle.h


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e872f5d70a24a3c5f535272ec8cee0173aa81325
commit e872f5d70a24a3c5f535272ec8cee0173aa81325
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 17 16:43:20 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 17 16:43:20 2010 -0400

    FortranCInterface: Fix doc typo FC.h -> FCMangle.h

diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake
index cc0d5fb..90ef59b 100644
--- a/Modules/FortranCInterface.cmake
+++ b/Modules/FortranCInterface.cmake
@@ -47,9 +47,9 @@
 #                            MACRO_NAMESPACE "FC_"
 #                            SYMBOL_NAMESPACE "FC_"
 #                            SYMBOLS mysub mymod:my_sub)
-# This creates a "FC.h" header that defines the same FC_*() mangling
-# macros as the previous example plus preprocessor symbols FC_mysub
-# and FC_mymod_my_sub.
+# This creates a "FCMangle.h" header that defines the same FC_*()
+# mangling macros as the previous example plus preprocessor symbols
+# FC_mysub and FC_mymod_my_sub.
 #
 # Another function is provided to verify that the Fortran and C/C++
 # compilers work together:

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

Summary of changes:
 Modules/FortranCInterface.cmake |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list