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  000a87a49e29b30f397992b249e7b3ada30aacbd (commit)
       via  5227cfe53987e0ccbccb0513d5d8f5bb08222b17 (commit)
      from  b00a1f312283af0e3dca58a58a4a2e03220eed3b (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=000a87a49e29b30f397992b249e7b3ada30aacbd
commit 000a87a49e29b30f397992b249e7b3ada30aacbd
Merge: b00a1f3 5227cfe
Author:     Stephen Kelly <[email protected]>
AuthorDate: Sat Oct 17 11:38:32 2015 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Sat Oct 17 11:38:32 2015 -0400

    Merge topic 'use-generator-target' into next
    
    5227cfe5 fixup! cmLocalGenerator: Port PList handling to cmGeneratorTarget.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5227cfe53987e0ccbccb0513d5d8f5bb08222b17
commit 5227cfe53987e0ccbccb0513d5d8f5bb08222b17
Author:     Stephen Kelly <[email protected]>
AuthorDate: Sat Oct 17 17:38:10 2015 +0200
Commit:     Stephen Kelly <[email protected]>
CommitDate: Sat Oct 17 17:38:10 2015 +0200

    fixup! cmLocalGenerator: Port PList handling to cmGeneratorTarget.

diff --git a/Source/cmGlobalXCodeGenerator.cxx 
b/Source/cmGlobalXCodeGenerator.cxx
index 017d1e1..ea1b1a0 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2065,7 +2065,7 @@ void 
cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
       // a per-configuration Info.plist file. The cfbundle plist
       // is very similar to the application bundle plist
       this->CurrentLocalGenerator
-        ->GenerateAppleInfoPList(&target, "$(EXECUTABLE_NAME)",
+        ->GenerateAppleInfoPList(gtgt, "$(EXECUTABLE_NAME)",
                                  plist.c_str());
       std::string path =
         this->ConvertToRelativeForXCode(plist.c_str());
@@ -2114,7 +2114,7 @@ void 
cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
       // so let it replace the framework name. This avoids creating
       // a per-configuration Info.plist file.
       this->CurrentLocalGenerator
-        ->GenerateFrameworkInfoPList(&target, "$(EXECUTABLE_NAME)",
+        ->GenerateFrameworkInfoPList(gtgt, "$(EXECUTABLE_NAME)",
                                      plist.c_str());
       std::string path =
         this->ConvertToRelativeForXCode(plist.c_str());
@@ -2157,7 +2157,7 @@ void 
cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
       // so let it replace the executable name.  This avoids creating
       // a per-configuration Info.plist file.
       this->CurrentLocalGenerator
-        ->GenerateAppleInfoPList(&target, "$(EXECUTABLE_NAME)",
+        ->GenerateAppleInfoPList(gtgt, "$(EXECUTABLE_NAME)",
                                  plist.c_str());
       std::string path =
         this->ConvertToRelativeForXCode(plist.c_str());

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

Summary of changes:
 Source/cmGlobalXCodeGenerator.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to