[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3110-g90df37f

Stephen Kelly steveire at gmail.com
Sat May 10 07:14:46 EDT 2014


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  90df37f1c48e77972033544ea70e7bf05eec5ecd (commit)
       via  bc9a8bba4660e9216f87323006d936bf6d43f799 (commit)
      from  8e1c6d3498072dfcb540e79e3493a51baf655348 (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=90df37f1c48e77972033544ea70e7bf05eec5ecd
commit 90df37f1c48e77972033544ea70e7bf05eec5ecd
Merge: 8e1c6d3 bc9a8bb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 07:14:46 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 10 07:14:46 2014 -0400

    Merge topic 'minor-cleanups' into next
    
    bc9a8bba Makefile: Undef FEATURE_STRING iteration define after use.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc9a8bba4660e9216f87323006d936bf6d43f799
commit bc9a8bba4660e9216f87323006d936bf6d43f799
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 13:11:50 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat May 10 13:12:14 2014 +0200

    Makefile: Undef FEATURE_STRING iteration define after use.

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 29d2fb0..90a7b0b 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -4978,6 +4978,7 @@ static const char * const CXX_FEATURES[] = {
   0
   FOR_EACH_CXX_FEATURE(FEATURE_STRING)
 };
+#undef FEATURE_STRING
 
 static const char * const CXX_STANDARDS[] = {
     "98"

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

Summary of changes:
 Source/cmMakefile.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list