[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6168-g2be0d49
Stephen Kelly
steveire at gmail.com
Wed Dec 11 07:36:40 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 2be0d495487785c47e4d235c8f3bb306636709bc (commit)
via c2baa4c4721d4640e4cb28906ce54620e6fcba72 (commit)
from 1cf1d65a919d3e2d66393c04ffb1e8dd3d54e1fb (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=2be0d495487785c47e4d235c8f3bb306636709bc
commit 2be0d495487785c47e4d235c8f3bb306636709bc
Merge: 1cf1d65 c2baa4c
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Dec 11 07:36:36 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 11 07:36:36 2013 -0500
Merge topic 'constify' into next
c2baa4c Whitespace.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c2baa4c4721d4640e4cb28906ce54620e6fcba72
commit c2baa4c4721d4640e4cb28906ce54620e6fcba72
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Dec 11 13:36:03 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Dec 11 13:36:03 2013 +0100
Whitespace.
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h
index b5bc366..356e6ed 100644
--- a/Source/cmComputeLinkInformation.h
+++ b/Source/cmComputeLinkInformation.h
@@ -179,7 +179,8 @@ private:
// Runtime path computation.
cmOrderDirectories* OrderRuntimeSearchPath;
- void AddLibraryRuntimeInfo(std::string const& fullPath, cmTarget const* target);
+ void AddLibraryRuntimeInfo(std::string const& fullPath,
+ cmTarget const* target);
void AddLibraryRuntimeInfo(std::string const& fullPath);
// Dependent library path computation.
-----------------------------------------------------------------------
Summary of changes:
Source/cmComputeLinkInformation.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list