[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5559-ge40142d
Stephen Kelly
steveire at gmail.com
Wed Nov 20 19:35:25 EST 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 e40142dd8207213dadd035f687b229f9adbe779b (commit)
via a09e60f6a241ab26b76571a9ee210efb4664c753 (commit)
from 84d9e6d72183560c036523e7fda33afb2acb3de8 (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=e40142dd8207213dadd035f687b229f9adbe779b
commit e40142dd8207213dadd035f687b229f9adbe779b
Merge: 84d9e6d a09e60f
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 20 19:35:17 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 20 19:35:17 2013 -0500
Merge topic 'INTERFACE_AUTOUIC_OPTIONS' into next
a09e60f Update dummy compile feature message.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a09e60f6a241ab26b76571a9ee210efb4664c753
commit a09e60f6a241ab26b76571a9ee210efb4664c753
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Nov 21 01:34:27 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Nov 21 01:34:27 2013 +0100
Update dummy compile feature message.
diff --git a/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake b/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
index e74a8d7..99d04b6 100644
--- a/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
+++ b/Tests/RunCMake/target_compile_features/no_matching_cxx_feature.cmake
@@ -3,7 +3,7 @@ if (NOT ";${CMAKE_CXX_COMPILE_FEATURES};" MATCHES ";gnuxx_typeof;"
AND NOT ";${CMAKE_CXX_COMPILE_FEATURES};" MATCHES ";msvcxx_sealed;" )
# Simulate passing the test.
message(SEND_ERROR
- "The compiler feature \"gnuxx_dummy\" is not known to compiler \"GNU\" version 4.8.1."
+ "The compiler feature \"gnuxx_dummy\" is not known to compiler\n\"GNU\"\nversion 4.8.1."
)
return()
endif()
-----------------------------------------------------------------------
Summary of changes:
.../no_matching_cxx_feature.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list