[Cmake-commits] CMake branch, next, updated. v2.8.3-765-g36eb4f9

Ben Boeckel ben.boeckel at kitware.com
Tue Dec 7 17:03:05 EST 2010


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  36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb (commit)
       via  544d0c37742a068fa07b265380315a25af3ae9f3 (commit)
      from  7a51a2131a40aca492ed26b5ffa0686f99dad5ed (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=36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb
commit 36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb
Merge: 7a51a21 544d0c3
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Tue Dec 7 17:03:00 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 7 17:03:00 2010 -0500

    Merge topic 'dev/strict-mode' into next
    
    544d0c3 Fix expected output for WarnUninitialized test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=544d0c37742a068fa07b265380315a25af3ae9f3
commit 544d0c37742a068fa07b265380315a25af3ae9f3
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Tue Dec 7 17:00:41 2010 -0500
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Tue Dec 7 17:00:41 2010 -0500

    Fix expected output for WarnUninitialized test

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b60a610..c421e69 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1157,7 +1157,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
     --build-project WarnUninitialized
     --build-options "--warn-uninitialized")
   SET_TESTS_PROPERTIES(WarnUninitialized PROPERTIES
-    PASS_REGULAR_EXPRESSION "CMake Warning: uninitialized variable 'USED_VARIABLE'")
+    PASS_REGULAR_EXPRESSION "uninitialized variable 'USED_VARIABLE'")
   LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/WarnUninitialized")
 
   # Make sure CTest can handle a test with no newline in output.

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

Summary of changes:
 Tests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list