[Cmake-commits] CMake branch, next, updated. v3.3.0-rc2-594-g8f8838d

Brad King brad.king at kitware.com
Mon Jun 22 11:41:46 EDT 2015


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  8f8838de833bb293c7c2e2718916ec7389096aa3 (commit)
       via  b0e7c8b3119d8e4157a35846fc9c08254036b40c (commit)
      from  315f7cd6ad06a20b04a99fac00d7477bba0e5bb6 (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=8f8838de833bb293c7c2e2718916ec7389096aa3
commit 8f8838de833bb293c7c2e2718916ec7389096aa3
Merge: 315f7cd b0e7c8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 22 11:41:45 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 22 11:41:45 2015 -0400

    Merge topic 'fix-function-missing-end' into next
    
    b0e7c8b3 fixup! Fix assertion failure on unmatched function or macro


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b0e7c8b3119d8e4157a35846fc9c08254036b40c
commit b0e7c8b3119d8e4157a35846fc9c08254036b40c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 22 11:41:09 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 22 11:41:09 2015 -0400

    fixup! Fix assertion failure on unmatched function or macro

diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h
index 3054f34..36e8808 100644
--- a/Source/cmForEachCommand.h
+++ b/Source/cmForEachCommand.h
@@ -25,7 +25,6 @@ public:
                                  cmMakefile &mf,
                                  cmExecutionStatus &);
   virtual bool ShouldRemove(const cmListFileFunction& lff, cmMakefile &mf);
-  virtual bool IsLoop() const { return true; }
 
   std::vector<std::string> Args;
   std::vector<cmListFileFunction> Functions;

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

Summary of changes:
 Source/cmForEachCommand.h |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list