[Cmake-commits] CMake branch, next, updated. v3.3.0-1764-gfde8e00
Stephen Kelly
steveire at gmail.com
Mon Aug 3 03:13:49 EDT 2015
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 fde8e00e2c7ab16e09b2716b4c661b2c299bac6b (commit)
via 9b59c178718b7cf1c007d758f59d603ad2856627 (commit)
from 6648c4d2f8a390350e5361f4f7c5d1ee12911fae (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=fde8e00e2c7ab16e09b2716b4c661b2c299bac6b
commit fde8e00e2c7ab16e09b2716b4c661b2c299bac6b
Merge: 6648c4d 9b59c17
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Aug 3 03:13:48 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 3 03:13:48 2015 -0400
Merge topic 'use-generator-target' into next
9b59c178 Fix width.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9b59c178718b7cf1c007d758f59d603ad2856627
commit 9b59c178718b7cf1c007d758f59d603ad2856627
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Aug 3 09:13:16 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Aug 3 09:13:16 2015 +0200
Fix width.
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 1d7a411..68e7a8a 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -332,7 +332,8 @@ private:
mutable std::map<std::string, bool> DebugCompatiblePropertiesDone;
- std::string GetFullNameInternal(const std::string& config, bool implib) const;
+ std::string GetFullNameInternal(const std::string& config,
+ bool implib) const;
void GetFullNameInternal(const std::string& config, bool implib,
std::string& outPrefix, std::string& outBase,
std::string& outSuffix) const;
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorTarget.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list