[Cmake-commits] CMake branch, next, updated. v2.8.3-1645-g6707097
Eric Noulard
eric.noulard at gmail.com
Tue Feb 15 14:00:42 EST 2011
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 670709703faf6388ab3096bf43c3221ee2a6e838 (commit)
via 0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684 (commit)
from 43d96cfe881eed354414195938deaefa537749e5 (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=670709703faf6388ab3096bf43c3221ee2a6e838
commit 670709703faf6388ab3096bf43c3221ee2a6e838
Merge: 43d96cf 0cf1d72
Author: Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Tue Feb 15 14:00:22 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 15 14:00:22 2011 -0500
Merge topic 'CPackRPM-HonorAllComponentWays' into next
0cf1d72 CPackRPM fix IRIX compiler warning (variable never used)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684
commit 0cf1d72e3c1be9218f4dc0d1dcc0aaf03f160684
Author: Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Tue Feb 15 19:55:36 2011 +0100
Commit: Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Tue Feb 15 19:55:36 2011 +0100
CPackRPM fix IRIX compiler warning (variable never used)
diff --git a/Source/CPack/cmCPackRPMGenerator.cxx b/Source/CPack/cmCPackRPMGenerator.cxx
index a5a9753..2d675c1 100644
--- a/Source/CPack/cmCPackRPMGenerator.cxx
+++ b/Source/CPack/cmCPackRPMGenerator.cxx
@@ -182,7 +182,7 @@ int cmCPackRPMGenerator::PackageComponentsAllInOne(bool allComponent)
// add the generated package to package file names list
packageFileNames.push_back(packageFileName);
- return 1;
+ return retval;
}
//----------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Source/CPack/cmCPackRPMGenerator.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list