[Cmake-commits] CMake branch, next, updated. v2.8.11-2051-gef1dfc6

Stephen Kelly steveire at gmail.com
Fri May 17 02:30:44 EDT 2013


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  ef1dfc6affa77a5e55e9d83966cd43f6393b4317 (commit)
       via  04deb90f28c19cd5b88f8dc91d2707981b326605 (commit)
      from  4c307e1c616df6efbe64d4a96efa4fb2e7296fdf (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=ef1dfc6affa77a5e55e9d83966cd43f6393b4317
commit ef1dfc6affa77a5e55e9d83966cd43f6393b4317
Merge: 4c307e1 04deb90
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri May 17 02:30:39 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 17 02:30:39 2013 -0400

    Merge topic 'genex-generate-file' into next
    
    04deb90 Fix bootstrapping.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=04deb90f28c19cd5b88f8dc91d2707981b326605
commit 04deb90f28c19cd5b88f8dc91d2707981b326605
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri May 17 08:29:57 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri May 17 08:29:57 2013 +0200

    Fix bootstrapping.

diff --git a/Source/cmBootstrapCommands.cxx b/Source/cmBootstrapCommands.cxx
index e3a2ad4..1b7a751 100644
--- a/Source/cmBootstrapCommands.cxx
+++ b/Source/cmBootstrapCommands.cxx
@@ -52,6 +52,7 @@
 #include "cmFindProgramCommand.cxx"
 #include "cmForEachCommand.cxx"
 #include "cmFunctionCommand.cxx"
+#include "cmGeneratorExpressionEvaluationFile.cxx"
 #include "cmGetCMakePropertyCommand.cxx"
 #include "cmGetDirectoryPropertyCommand.cxx"
 #include "cmGetFilenameComponentCommand.cxx"
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index cbbd5db..227b226 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -17,7 +17,6 @@
 #include "cmExportCommand.cxx"
 #include "cmExportLibraryDependencies.cxx"
 #include "cmFLTKWrapUICommand.cxx"
-#include "cmGeneratorExpressionEvaluationFile.cxx"
 #include "cmIncludeExternalMSProjectCommand.cxx"
 #include "cmInstallProgramsCommand.cxx"
 #include "cmLinkLibrariesCommand.cxx"

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

Summary of changes:
 Source/cmBootstrapCommands.cxx |    1 +
 Source/cmCommands.cxx          |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list