[Cmake-commits] CMake branch, next, updated. v2.8.11-2309-g98f34b3

Stephen Kelly steveire at gmail.com
Wed May 29 09:13:15 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  98f34b36991a56789a953616917d01a9f8843f1e (commit)
       via  967b386d5e78dbb907268594517be924c80de4cf (commit)
      from  c6501c12359669a30d92776bc0ea7256c0848161 (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=98f34b36991a56789a953616917d01a9f8843f1e
commit 98f34b36991a56789a953616917d01a9f8843f1e
Merge: c6501c1 967b386
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 29 09:13:08 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 29 09:13:08 2013 -0400

    Merge topic 'VISIBILITY_PRESET-property' into next
    
    967b386 Add visibility flags when using xcode if needed.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=967b386d5e78dbb907268594517be924c80de4cf
commit 967b386d5e78dbb907268594517be924c80de4cf
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 29 15:11:47 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed May 29 15:11:47 2013 +0200

    Add visibility flags when using xcode if needed.

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 870bfa1..13a14e1 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -1684,6 +1684,9 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
     // Add shared-library flags if needed.
     this->CurrentLocalGenerator->AddCMP0018Flags(flags, &target,
                                                  lang, configName);
+
+    this->CurrentLocalGenerator->AddVisibilityPresetFlags(flags, &target,
+                                                   lang);
     }
   else if(binary)
   {

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list