[Cmake-commits] CMake branch, next, updated. v3.7.1-2147-ga3de35d

Brad King brad.king at kitware.com
Thu Jan 12 16:14:12 EST 2017


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  a3de35d1b09f4798603aa33ae92f648607952225 (commit)
       via  840933e925b3ed0f83ab688ee93758577b704504 (commit)
      from  0cd3edc01a87750ab414acb63bd817f6aa148768 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3de35d1b09f4798603aa33ae92f648607952225
commit a3de35d1b09f4798603aa33ae92f648607952225
Merge: 0cd3edc 840933e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 12 16:14:11 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 12 16:14:11 2017 -0500

    Merge topic 'source_group-tree' into next
    
    840933e9 fixup! source_group: Add options create groups matching directory tree


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=840933e925b3ed0f83ab688ee93758577b704504
commit 840933e925b3ed0f83ab688ee93758577b704504
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 12 16:09:52 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 12 16:09:52 2017 -0500

    fixup! source_group: Add options create groups matching directory tree

diff --git a/Source/cmSourceGroupCommand.cxx b/Source/cmSourceGroupCommand.cxx
index dac4b82..8b11fb1 100644
--- a/Source/cmSourceGroupCommand.cxx
+++ b/Source/cmSourceGroupCommand.cxx
@@ -241,7 +241,7 @@ bool cmSourceGroupCommand::processTree(const std::vector<std::string>& args,
                             errorMsg);
 
   if (!errorMsg.empty()) {
-    this->SetError(errorMsg.c_str());
+    this->SetError(errorMsg);
     return false;
   }
 

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

Summary of changes:
 Source/cmSourceGroupCommand.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list