[Cmake-commits] CMake branch, next, updated. v2.8.2-886-gf3640fa

Alexander Neundorf neundorf at kde.org
Tue Sep 21 16:45:20 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  f3640fa1f479c3784a0e1ff35651ec0868d35f42 (commit)
       via  b935f00fdf0ad30102ba4eca05f720e977fa59da (commit)
      from  a04da3ec075377461d567b98dab25993d502b8cf (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=f3640fa1f479c3784a0e1ff35651ec0868d35f42
commit f3640fa1f479c3784a0e1ff35651ec0868d35f42
Merge: a04da3e b935f00
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Sep 21 22:43:41 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Sep 21 22:43:41 2010 +0200

    Merge branch 'DescriptionsForFeatureSummaryALL' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b935f00fdf0ad30102ba4eca05f720e977fa59da
commit b935f00fdf0ad30102ba4eca05f720e977fa59da
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Sep 21 22:43:04 2010 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Sep 21 22:43:04 2010 +0200

    Close ENDFUNCTION() properly with the same name as FUNCTION()
    
    Alex

diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index c761e7a..f7bfe27 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -120,7 +120,7 @@ FUNCTION(ADD_FEATURE_INFO _name _enabled _desc)
   ENDIF ()
 
   SET_PROPERTY(GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION "${_desc}" )
-ENDFUNCTION(SET_FEATURE_INFO)
+ENDFUNCTION(ADD_FEATURE_INFO)
 
 
 FUNCTION(SET_FEATURE_INFO)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list