[Cmake-commits] CMake branch, next, updated. v2.8.4-1308-g8845fd5

David Cole david.cole at kitware.com
Thu Mar 31 14:43:43 EDT 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  8845fd535613fe4d9f086e4c3dac3428d50649d4 (commit)
       via  3e32db79216f145c4f0560387b83c3a9b7da2964 (commit)
      from  39c5811b05ac80463ef6a4df00bc10f50df912dd (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=8845fd535613fe4d9f086e4c3dac3428d50649d4
commit 8845fd535613fe4d9f086e4c3dac3428d50649d4
Merge: 39c5811 3e32db7
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Mar 31 14:43:41 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 31 14:43:41 2011 -0400

    Merge topic 'upload-built-files' into next
    
    3e32db7 cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e32db79216f145c4f0560387b83c3a9b7da2964
commit 3e32db79216f145c4f0560387b83c3a9b7da2964
Author:     Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Tue Mar 29 09:24:21 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Thu Mar 31 14:41:19 2011 -0400

    cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES

diff --git a/Source/CTest/cmCTestUploadCommand.cxx b/Source/CTest/cmCTestUploadCommand.cxx
index 52fcc04..731c1c7 100644
--- a/Source/CTest/cmCTestUploadCommand.cxx
+++ b/Source/CTest/cmCTestUploadCommand.cxx
@@ -38,7 +38,7 @@ bool cmCTestUploadCommand::CheckArgumentKeyword(std::string const& arg)
     this->ArgumentDoing = ArgumentDoingFiles;
     return true;
     }
-  return this->CheckArgumentValue(arg);
+  return false;
 }
 
 

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

Summary of changes:
 Source/CTest/cmCTestUploadCommand.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list