[Cmake-commits] CMake branch, next, updated. v2.8.11-2238-g5d1334e

Stephen Kelly steveire at gmail.com
Tue May 28 04:15:49 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  5d1334e2699f8eaf0b63a78efb261252e39533e0 (commit)
       via  e1dee57c2700739579d4013629e5fd16a8b8f8e1 (commit)
      from  0bd5a450c3520855d35e9334e900cd23edef7ce2 (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=5d1334e2699f8eaf0b63a78efb261252e39533e0
commit 5d1334e2699f8eaf0b63a78efb261252e39533e0
Merge: 0bd5a45 e1dee57
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 28 04:15:47 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 28 04:15:47 2013 -0400

    Merge topic 'VISIBILITY_PREFIX-property' into next
    
    e1dee57 Add missing lang param.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1dee57c2700739579d4013629e5fd16a8b8f8e1
commit e1dee57c2700739579d4013629e5fd16a8b8f8e1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 28 10:14:52 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 28 10:14:52 2013 +0200

    Add missing lang param.

diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 21c7323..84fd58c 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -143,7 +143,8 @@ public:
                         const char* config);
   void AddCMP0018Flags(std::string &flags, cmTarget* target,
                        std::string const& lang, const char *config);
-  void AddVisibilityPresetFlags(std::string &flags, cmTarget* target);
+  void AddVisibilityPresetFlags(std::string &flags, cmTarget* target,
+                                const char *lang);
   void AddConfigVariableFlags(std::string& flags, const char* var,
                               const char* config);
   ///! Append flags to a string.

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

Summary of changes:
 Source/cmLocalGenerator.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list