[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3299-ge371468

Ben Boeckel ben.boeckel at kitware.com
Mon Jul 22 17:42:12 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  e371468d0e0890ab810acb1ddfd176424974a09e (commit)
       via  778c701d2cf26a4381e8d729587bbfd8c60aab4d (commit)
      from  90a50c1381cb8524fa60cc195833cb84e9e34095 (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=e371468d0e0890ab810acb1ddfd176424974a09e
commit e371468d0e0890ab810acb1ddfd176424974a09e
Merge: 90a50c1 778c701
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Mon Jul 22 17:42:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 22 17:42:11 2013 -0400

    Merge topic 'dev/property-append-with-empty-string' into next
    
    778c701 Match the test name with the directory


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=778c701d2cf26a4381e8d729587bbfd8c60aab4d
commit 778c701d2cf26a4381e8d729587bbfd8c60aab4d
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Mon Jul 22 17:41:25 2013 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Mon Jul 22 17:41:25 2013 -0400

    Match the test name with the directory
    
    The test was previously called EmptyTargetProperty, but EmptyProperty is
    a better name.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 2f105fb..440cdf0 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -225,7 +225,7 @@ if(BUILD_TESTING)
   ADD_TEST_MACRO(ObjectLibrary UseCshared)
   ADD_TEST_MACRO(NewlineArgs NewlineArgs)
   ADD_TEST_MACRO(SetLang SetLang)
-  ADD_TEST_MACRO(EmptyTargetProperty EmptyTargetProperty)
+  ADD_TEST_MACRO(EmptyProperty EmptyProperty)
   ADD_TEST_MACRO(ExternalOBJ ExternalOBJ)
   ADD_TEST_MACRO(LoadCommand LoadedCommand)
   ADD_TEST_MACRO(LinkDirectory bin/LinkDirectory)

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

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