[Cmake-commits] CMake branch, next, updated. v2.8.3-964-gf566cca
Ben Boeckel
ben.boeckel at kitware.com
Thu Dec 16 17:31:59 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 f566ccaadb92b33589198078ca237d2abf6c3dcc (commit)
via 5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582 (commit)
from b994ddb190f76f3e20f0e72247acd8a0757aded0 (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=f566ccaadb92b33589198078ca237d2abf6c3dcc
commit f566ccaadb92b33589198078ca237d2abf6c3dcc
Merge: b994ddb 5597aa2
Author: Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Thu Dec 16 17:31:57 2010 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 16 17:31:57 2010 -0500
Merge topic 'dev/add_test-working-directory' into next
5597aa2 Rename the project to match the test
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582
commit 5597aa24f1e4c00aab39d1dd3a8d3d9ff0a8f582
Author: Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Thu Dec 16 17:29:19 2010 -0500
Commit: Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Thu Dec 16 17:29:19 2010 -0500
Rename the project to match the test
diff --git a/Tests/TestsWorkingDirectory/CMakeLists.txt b/Tests/TestsWorkingDirectory/CMakeLists.txt
index d5c786b..73b8997 100644
--- a/Tests/TestsWorkingDirectory/CMakeLists.txt
+++ b/Tests/TestsWorkingDirectory/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6)
-project(WorkingDirectoryProj)
+project(TestsWorkingDirectoryProj)
add_executable(WorkingDirectory main.cxx)
-----------------------------------------------------------------------
Summary of changes:
Tests/TestsWorkingDirectory/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list