[Cmake-commits] CMake branch, next, updated. v2.8.12-4440-g3f2d324

Nils Gladitz nilsgladitz at gmail.com
Thu Oct 24 07:18:55 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  3f2d3247b39f09db978ba06944dd20ac63cfeb3a (commit)
       via  77d07e399b2bfe84888c2c967227e1eb2f169d7e (commit)
      from  a497cf51c8670acc1273f5c6cd2171285832719f (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=3f2d3247b39f09db978ba06944dd20ac63cfeb3a
commit 3f2d3247b39f09db978ba06944dd20ac63cfeb3a
Merge: a497cf5 77d07e3
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Oct 24 07:18:53 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 24 07:18:53 2013 -0400

    Merge topic 'ctest-fix-run-serial' into next
    
    77d07e3 Tests: added project() to CTestTestSerialInDepends to match the test name


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77d07e399b2bfe84888c2c967227e1eb2f169d7e
commit 77d07e399b2bfe84888c2c967227e1eb2f169d7e
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Oct 24 13:18:29 2013 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Thu Oct 24 13:18:29 2013 +0200

    Tests: added project() to CTestTestSerialInDepends to match the test name

diff --git a/Tests/CTestTestSerialInDepends/CMakeLists.txt b/Tests/CTestTestSerialInDepends/CMakeLists.txt
index f99acab..90e50f9 100644
--- a/Tests/CTestTestSerialInDepends/CMakeLists.txt
+++ b/Tests/CTestTestSerialInDepends/CMakeLists.txt
@@ -1,5 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
+project(CTestTestSerialInDepends)
+
 enable_testing()
 
 function(my_add_test NAME COST)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list