[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2687-ga7e8877
Stephen Kelly
steveire at gmail.com
Fri Jun 21 10:15:58 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 a7e887799922893b5185ed09364464bcc1628e2f (commit)
via 9b0116ea206e8eb36eba3113fa9f596b80e48a86 (commit)
from 0c7392465c901711904a5c08361b384f44a496ee (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=a7e887799922893b5185ed09364464bcc1628e2f
commit a7e887799922893b5185ed09364464bcc1628e2f
Merge: 0c73924 9b0116e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 21 10:15:49 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 21 10:15:49 2013 -0400
Merge topic 'add-whitespace' into next
9b0116e Add whitespace in tests.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9b0116ea206e8eb36eba3113fa9f596b80e48a86
commit 9b0116ea206e8eb36eba3113fa9f596b80e48a86
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 21 16:15:03 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jun 21 16:15:03 2013 +0200
Add whitespace in tests.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 621c5f4..b660442 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -245,7 +245,7 @@ if(BUILD_TESTING)
ADD_TEST_MACRO(CompileOptions CompileOptions)
ADD_TEST_MACRO(CompatibleInterface CompatibleInterface)
set_tests_properties(EmptyLibrary PROPERTIES
- PASS_REGULAR_EXPRESSION "CMake Error: CMake can not determine linker language for target:test")
+ PASS_REGULAR_EXPRESSION "CMake Error: CMake can not determine linker language for target: test")
ADD_TEST_MACRO(CrossCompile CrossCompile)
set_tests_properties(CrossCompile PROPERTIES
PASS_REGULAR_EXPRESSION "TRY_RUN.. invoked in cross-compiling mode")
diff --git a/Tests/RunCMake/Languages/NoLangSHARED-stderr.txt b/Tests/RunCMake/Languages/NoLangSHARED-stderr.txt
index 3f93cf8..983129a 100644
--- a/Tests/RunCMake/Languages/NoLangSHARED-stderr.txt
+++ b/Tests/RunCMake/Languages/NoLangSHARED-stderr.txt
@@ -1 +1 @@
-CMake Error: CMake can not determine linker language for target:NoLang
+CMake Error: CMake can not determine linker language for target: NoLang
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 2 +-
Tests/RunCMake/Languages/NoLangSHARED-stderr.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list