[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3233-g7615123

Stephen Kelly steveire at gmail.com
Thu Jul 18 15:46:06 EDT 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  76151237b9c502c9b7f452ddfc85ad9feb0d8d19 (commit)
       via  39db72235827d20a801e8d3c583570e9445a43ae (commit)
      from  27397b8d512f8c9780f17c00c300797eccabc03f (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=76151237b9c502c9b7f452ddfc85ad9feb0d8d19
commit 76151237b9c502c9b7f452ddfc85ad9feb0d8d19
Merge: 27397b8 39db722
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 18 15:46:04 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 18 15:46:04 2013 -0400

    Merge topic 'fix-mapped-config-genex' into next
    
    39db722 Differentiate the error message.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=39db72235827d20a801e8d3c583570e9445a43ae
commit 39db72235827d20a801e8d3c583570e9445a43ae
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 18 21:45:31 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jul 18 21:45:31 2013 +0200

    Differentiate the error message.

diff --git a/Tests/GeneratorExpression/check-part3.cmake b/Tests/GeneratorExpression/check-part3.cmake
index 40ad65a..25f5030 100644
--- a/Tests/GeneratorExpression/check-part3.cmake
+++ b/Tests/GeneratorExpression/check-part3.cmake
@@ -16,7 +16,7 @@ foreach(c debug release relwithdebinfo minsizerel)
     endif()
   else()
     if(NOT "${test_imported_${c}}" MATCHES "^;$")
-      message(SEND_ERROR "test_imported_${c} is not correct: ${test_imported_${c}}")
+      message(SEND_ERROR "test_imported_${c} is not an empty list: ${test_imported_${c}}")
     endif()
   endif()
 endforeach()

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

Summary of changes:
 Tests/GeneratorExpression/check-part3.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list