[Cmake-commits] CMake branch, next, updated. v2.8.12-4950-g9979bac

Brad King brad.king at kitware.com
Tue Nov 5 16:20:12 EST 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  9979bac4104dd0a18011bc3355bcd84af57d5fdb (commit)
       via  2e06e0fce7941cf45e8374cf768485fa560e8a45 (commit)
      from  8f104e34b97e60d5ba78954877096b02f7b53e97 (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=9979bac4104dd0a18011bc3355bcd84af57d5fdb
commit 9979bac4104dd0a18011bc3355bcd84af57d5fdb
Merge: 8f104e3 2e06e0f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 16:20:08 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 5 16:20:08 2013 -0500

    Merge topic 'ninja-experimental-pool-support' into next
    
    2e06e0f cmGlobalXCodeGenerator: Update cmCustomCommand constructor call


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2e06e0fce7941cf45e8374cf768485fa560e8a45
commit 2e06e0fce7941cf45e8374cf768485fa560e8a45
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 16:19:12 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 16:19:12 2013 -0500

    cmGlobalXCodeGenerator: Update cmCustomCommand constructor call

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 13ed143..1046696 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -1363,7 +1363,7 @@ void cmGlobalXCodeGenerator::CreateCustomCommands(cmXCodeObject* buildPhases,
       std::vector<std::string>(),
       cmd,
       "Creating symlinks",
-      "");
+      "", 0);
 
     postbuild.push_back(command);
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list