[Cmake-commits] CMake branch, next, updated. v3.1.0-rc3-1101-g2a7d72c
Stephen Kelly
steveire at gmail.com
Tue Dec 9 02:20:55 EST 2014
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 2a7d72c38f023c6a8491f11e9a470fa6a8f7297b (commit)
via c58da28d5cf9bcc4280096493d4fc4361fcb175d (commit)
from 6b98d152fa2767eb11528dbec0f5741ac02d2bbe (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=2a7d72c38f023c6a8491f11e9a470fa6a8f7297b
commit 2a7d72c38f023c6a8491f11e9a470fa6a8f7297b
Merge: 6b98d15 c58da28
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Dec 9 02:20:54 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 9 02:20:54 2014 -0500
Merge topic 'diagnose-invalid-_IMPORT_PREFIX-generation' into next
c58da28d Whitespace.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c58da28d5cf9bcc4280096493d4fc4361fcb175d
commit c58da28d5cf9bcc4280096493d4fc4361fcb175d
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Dec 9 08:20:35 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Dec 9 08:20:35 2014 +0100
Whitespace.
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index 9b1754f..b519a98 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -355,7 +355,8 @@ cmExportInstallFileGenerator::ReplaceInstallPrefix(cmTarget* target,
lastPos = endPos;
}
- if (!checkCMP0057(target, propName, userFacingInput, this->IEGen->GetExportSet()))
+ if (!checkCMP0057(target, propName, userFacingInput,
+ this->IEGen->GetExportSet()))
{
return;
}
-----------------------------------------------------------------------
Summary of changes:
Source/cmExportInstallFileGenerator.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list