[Cmake-commits] CMake branch, next, updated. v2.8.7-2791-g7815a15

Stephen Kelly steveire at gmail.com
Tue Feb 21 17:57:12 EST 2012


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  7815a1531d8dc1c290ed120955eb2f83270b3e99 (commit)
       via  40efa4db7462312ab9b2c82e601acba0ab67ca19 (commit)
      from  d8b6fca02b789d2d6da6df5fba901074b5b75e02 (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=7815a1531d8dc1c290ed120955eb2f83270b3e99
commit 7815a1531d8dc1c290ed120955eb2f83270b3e99
Merge: d8b6fca 40efa4d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 21 17:57:08 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 21 17:57:08 2012 -0500

    Merge topic 'fix-generate_export_header-docs' into next
    
    40efa4d Fix documented function signature to match reality.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=40efa4db7462312ab9b2c82e601acba0ab67ca19
commit 40efa4db7462312ab9b2c82e601acba0ab67ca19
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 21 23:54:01 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 21 23:54:01 2012 +0100

    Fix documented function signature to match reality.
    
    The function description is already correct.

diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake
index f3f61f6..0d9a3b8 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -18,7 +18,7 @@
 #             [PREFIX_NAME <prefix_name>]
 # )
 #
-# ADD_COMPILER_EXPORT_FLAGS( [FATAL_WARNINGS] )
+# ADD_COMPILER_EXPORT_FLAGS( [<output_variable>] )
 #
 # By default GENERATE_EXPORT_HEADER() generates macro names in a file name
 # determined by the name of the library. The ADD_COMPILER_EXPORT_FLAGS function

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

Summary of changes:
 Modules/GenerateExportHeader.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list